diff --git a/api/community.js b/api/community.js
index 852b63d9..4f128427 100644
--- a/api/community.js
+++ b/api/community.js
@@ -57,6 +57,4 @@ export const apiArr = {
getShopList: "/api/v2/wechat/merchant-crud-list/by-user", //根据用户获取商家列表
-
- ecApply: "/api/v2/wechat/lkl-split-business/ec-apply", //电子合同申请
};
diff --git a/api/contract.js b/api/contract.js
new file mode 100644
index 00000000..3c954af7
--- /dev/null
+++ b/api/contract.js
@@ -0,0 +1,8 @@
+export const apiArr = {
+ ecApply: "/api/v2/wechat/lkl-split-business/ec-apply", //电子合同申请
+ ecQuery: "/api/v2/wechat/lkl-split-business/ec-query", //电子合同查询
+ upload: "/api/v2/wechat/lkl-split-business/upload", //附件上传
+ applyLedgerReceiver: "/api/v2/wechat/lkl-split-business/apply-ledger-receiver", //分账接收方创建申请
+ applyBind: "/api/v2/wechat/lkl-split-business/apply-bind", //分账关系绑定申请
+ addMer: "/api/v2/wechat/lkl-split-business/add-mer", //商户进件
+};
diff --git a/components/nav/nav.vue b/components/nav/nav.vue
index f69ea636..3cdc2845 100644
--- a/components/nav/nav.vue
+++ b/components/nav/nav.vue
@@ -43,63 +43,63 @@ export default {
navList: [
{
photo:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_home.png",
+ "https://static.hshuishang.com/property-img-file/footer_home.png",
photoAc:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_homeAc.png",
+ "https://static.hshuishang.com/property-img-file/footer_homeAc.png",
nav_name: "智慧首页",
url: "/pages/index/index",
},
{
photo:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facility.png",
+ "https://static.hshuishang.com/property-img-file/footer_facility.png",
photoAc:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facilityAc.png",
+ "https://static.hshuishang.com/property-img-file/footer_facilityAc.png",
nav_name: "智能设备",
url: "/packages/smartDevice/index/index",
},
{
photo:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_richScan.png",
+ "https://static.hshuishang.com/property-img-file/footer_richScan.png",
photoAc:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_richScan.png",
+ "https://static.hshuishang.com/property-img-file/footer_richScan.png",
url: "",
isScan: true,
},
{
photo:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_community.png",
+ "https://static.hshuishang.com/property-img-file/footer_community.png",
photoAc:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_communityAc.png",
+ "https://static.hshuishang.com/property-img-file/footer_communityAc.png",
nav_name: "我的小区",
url: "/packages/community/index/index",
},
// {
- // photo: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_localLife.png",
- // photoAc: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_localLifeAc.png",
+ // photo: "https://static.hshuishang.com/property-img-file/footer_localLife.png",
+ // photoAc: "https://static.hshuishang.com/property-img-file/footer_localLifeAc.png",
// nav_name: "本地生活",
// url: "/packages/localLife/index/index",
// },
// {
// photo:
- // "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_shop.png",
+ // "https://static.hshuishang.com/property-img-file/footer_shop.png",
// photoAc:
- // "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_shopAc.png",
+ // "https://static.hshuishang.com/property-img-file/footer_shopAc.png",
// nav_name: "优选商城",
// url: "/packages/shop/index/index",
// },
// {
// photo:
- // "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_door.png",
+ // "https://static.hshuishang.com/property-img-file/footer_door.png",
// photoAc:
- // "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_communityAc.png",
+ // "https://static.hshuishang.com/property-img-file/footer_communityAc.png",
// nav_name: "到家服务",
// url: "/packages/homeServer/index/index",
// },
{
photo:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_mine.png",
+ "https://static.hshuishang.com/property-img-file/footer_mine.png",
photoAc:
- "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_mineAc.png",
+ "https://static.hshuishang.com/property-img-file/footer_mineAc.png",
nav_name: "个人中心",
url: "/pages/user/index",
},
diff --git a/components/search/search.vue b/components/search/search.vue
index 62250257..d7c75022 100644
--- a/components/search/search.vue
+++ b/components/search/search.vue
@@ -1,14 +1,14 @@
-
{{address}}
+ src="https://static.hshuishang.com/community/_assets/Group_36.png" mode="" />
diff --git a/components/tabularCard/tabularCard.vue b/components/tabularCard/tabularCard.vue
index b0cf6601..0b16e442 100644
--- a/components/tabularCard/tabularCard.vue
+++ b/components/tabularCard/tabularCard.vue
@@ -9,7 +9,7 @@
物业公司:{{item.shop && item.shop.shop_name || item.property}}
+ src="https://static.hshuishang.com/community/_assets/Group_50.png" mode="" />
{{item.addr}}
@@ -17,13 +17,13 @@
-
导航
+ src="https://static.hshuishang.com/community/_assets/Phone-telephone.png" mode="" />
电话
diff --git a/kitchen/index/index.vue b/kitchen/index/index.vue
index f6c60435..4647bca7 100644
--- a/kitchen/index/index.vue
+++ b/kitchen/index/index.vue
@@ -10,22 +10,22 @@
-
+
{{shopInfo.opening_time}}-{{shopInfo.closing_time}}
营业
-
+
{{shopInfo.addrInfo}}
-
+
电话
-
+
导航
diff --git a/kitchen/recharge/index.css b/kitchen/recharge/index.css
index 467b7c5f..008516d5 100644
--- a/kitchen/recharge/index.css
+++ b/kitchen/recharge/index.css
@@ -1,14 +1,14 @@
.box {
width: 750rpx;
height: 1343rpx;
- background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/kitchen/recharge_bg.png) no-repeat;
+ background: url(https://static.hshuishang.com/kitchen/recharge_bg.png) no-repeat;
background-size: 100% 100%;
}
.msg {
width: 710rpx;
height: 308rpx;
- background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/kitchen/recharge_tit.png) no-repeat;
+ background: url(https://static.hshuishang.com/kitchen/recharge_tit.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: 30rpx;
diff --git a/kitchen/recharge/index.vue b/kitchen/recharge/index.vue
index 0cd0384b..6160207c 100644
--- a/kitchen/recharge/index.vue
+++ b/kitchen/recharge/index.vue
@@ -9,7 +9,7 @@
账户余额(元)
{{money}}
-
+
diff --git a/packages/advertising/goodsDetail/index.css b/packages/advertising/goodsDetail/index.css
index d1388ecc..3aec8503 100644
--- a/packages/advertising/goodsDetail/index.css
+++ b/packages/advertising/goodsDetail/index.css
@@ -62,7 +62,7 @@ image {
height: 150rpx;
flex-direction: row;
display: flex;
- background-image: url('https://wechat-img-file.oss-cn-beijing.aliyuncs.com/gp_detail_top.png');
+ background-image: url('https://static.hshuishang.com/gp_detail_top.png');
background-size: cover;
background-position: -30rpx center;
}
@@ -621,7 +621,7 @@ image {
.shadowBox_img {
width: 600rpx;
height: 945rpx;
- background: url('https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_bg.png') no-repeat;
+ background: url('https://static.hshuishang.com/property-img-file/shop_share_bg.png') no-repeat;
background-size: 100% 100%;
}
diff --git a/packages/advertising/goodsDetail/index.vue b/packages/advertising/goodsDetail/index.vue
index 1c92b753..e062a0ad 100644
--- a/packages/advertising/goodsDetail/index.vue
+++ b/packages/advertising/goodsDetail/index.vue
@@ -83,7 +83,7 @@
货号
{{ currentGG.goods_no }}
-
+
@@ -117,14 +117,14 @@
-
分享
-
购物车
@@ -155,14 +155,14 @@
@@ -175,7 +175,7 @@
今日商品推荐
-
+
@@ -203,12 +203,12 @@
-
+
为你展示真实评价
款式
-
+
@@ -507,7 +507,7 @@ export default {
this.boxshadow2 = false;
// 微信小程序保存图片
uni.downloadFile({
- url: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_img.png",
+ url: "https://static.hshuishang.com/property-img-file/shop_share_img.png",
success: (res) => {
if (res.statusCode === 200) {
uni.saveImageToPhotosAlbum({
diff --git a/packages/advertising/goodsSubmit/index.css b/packages/advertising/goodsSubmit/index.css
index 2a9182d0..c98d95fc 100644
--- a/packages/advertising/goodsSubmit/index.css
+++ b/packages/advertising/goodsSubmit/index.css
@@ -277,7 +277,7 @@ page {
.copy-icon {
width: 30rpx;
height: 30rpx;
- background-image: url('https://wechat-img-file.oss-cn-beijing.aliyuncs.com/myOrder/copy.png');
+ background-image: url('https://static.hshuishang.com/myOrder/copy.png');
background-size: cover;
margin-left: 10rpx;
}
diff --git a/packages/advertising/goodsSubmit/index.vue b/packages/advertising/goodsSubmit/index.vue
index e6c5b3c2..9be386e7 100644
--- a/packages/advertising/goodsSubmit/index.vue
+++ b/packages/advertising/goodsSubmit/index.vue
@@ -72,7 +72,7 @@
@@ -82,12 +82,12 @@
@@ -195,7 +195,7 @@
@@ -205,12 +205,12 @@
@@ -227,7 +227,7 @@
-
已支付成功
@@ -235,7 +235,7 @@
核销码:{{ verifyCode }}
@@ -246,7 +246,7 @@
-
石榴分
@@ -260,7 +260,7 @@
-
石榴籽
@@ -274,7 +274,7 @@
-
石榴金
@@ -299,20 +299,20 @@
微信好友
小程序链接
@@ -331,7 +331,7 @@
今日商品推荐
+ src="https://static.hshuishang.com/property-img-file/shop_share_img.png">
@@ -786,7 +786,7 @@ export default {
this.boxshadow2 = false;
// 微信小程序保存图片
uni.downloadFile({
- url: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_img.png",
+ url: "https://static.hshuishang.com/property-img-file/shop_share_img.png",
success: (res) => {
if (res.statusCode === 200) {
uni.saveImageToPhotosAlbum({
diff --git a/packages/advertising/index/index.vue b/packages/advertising/index/index.vue
index a6902f16..f2cdd1bd 100644
--- a/packages/advertising/index/index.vue
+++ b/packages/advertising/index/index.vue
@@ -34,7 +34,7 @@
-
+
diff --git a/packages/advertising/shopCar/index.vue b/packages/advertising/shopCar/index.vue
index fe09b37b..70185a04 100644
--- a/packages/advertising/shopCar/index.vue
+++ b/packages/advertising/shopCar/index.vue
@@ -12,7 +12,7 @@
-
+
@@ -22,10 +22,10 @@
@@ -34,10 +34,10 @@
+ src="https://static.hshuishang.com/property-img-file/com_check1.png">
+ src="https://static.hshuishang.com/property-img-file/com_check2.png">
@@ -48,10 +48,10 @@
:key="item.id">
+ src="https://static.hshuishang.com/property-img-file/com_check1.png">
+ src="https://static.hshuishang.com/property-img-file/com_check2.png">
@@ -107,10 +107,10 @@
@@ -119,10 +119,10 @@
+ src="https://static.hshuishang.com/property-img-file/com_check1.png">
+ src="https://static.hshuishang.com/property-img-file/com_check2.png">
@@ -133,10 +133,10 @@
:key="item.id">
+ src="https://static.hshuishang.com/property-img-file/com_check1.png">
+ src="https://static.hshuishang.com/property-img-file/com_check2.png">
@@ -192,10 +192,10 @@