Browse Source

Merge branch 'master' of http://git.huaml.com/zhh/front-end

jf 5 năm trước cách đây
mục cha
commit
0a3f38d9c2

+ 4 - 4
ghsApp/src/mixins/list.js

@@ -2,10 +2,10 @@ export default {
   watch: {
   watch: {
     'list.loading'(val) {
     'list.loading'(val) {
       if (val) {
       if (val) {
-        uni.showLoading({
-          title: '加载中...',
-          mask: true,
-        })
+        // uni.showLoading({
+        //   title: '加载中...',
+        //   mask: true,
+        // })
       } else {
       } else {
         uni.hideLoading()
         uni.hideLoading()
       }
       }

+ 0 - 1
hdApp/src/admin/home/me.vue

@@ -135,7 +135,6 @@
       :selectItemId.sync="shopId"
       :selectItemId.sync="shopId"
       @selectSussess="selectSussess"
       @selectSussess="selectSussess"
     ></DorpdownSelect>
     ></DorpdownSelect>
-    <kd-entrance></kd-entrance>
   </view>
   </view>
 </template>
 </template>
 
 

+ 2 - 7
mallApp/src/pages/pay/index.vue

@@ -153,7 +153,7 @@
 				getOrderShop(true).then(res => {
 				getOrderShop(true).then(res => {
 					this.inpFocus = true
 					this.inpFocus = true
 					uni.setNavigationBarTitle({
 					uni.setNavigationBarTitle({
-						title: `您正在向【${res.shop.merchantName} ${res.shop.shopName}】付款`
+						title: `您正在向【${res.shop.showName}】付款`
 					})
 					})
 
 
 					this.$refs.couponSel._getUserDiscount().then(status => {
 					this.$refs.couponSel._getUserDiscount().then(status => {
@@ -164,13 +164,8 @@
 					let shareParams = {
 					let shareParams = {
 						title: `点我付款`, // 分享标题
 						title: `点我付款`, // 分享标题
 						desc: '享随机优惠,最高20元', // 分享内容
 						desc: '享随机优惠,最高20元', // 分享内容
-						imgUrl: `${this.$constant.imgUrl}/retail/pay.jpg`,
-						// #ifdef H5
-						pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.shop.id}&store=0&sourceType=3`,
-						// #endif
-						// #ifndef H5
+						imgUrl: '',
 						pagePath: `/pages/pay/index?account=${res.shop.id}&store=0&sourceType=3`
 						pagePath: `/pages/pay/index?account=${res.shop.id}&store=0&sourceType=3`
-						// #endif
 					}
 					}
                     // #ifdef MP-WEIXIN
                     // #ifdef MP-WEIXIN
 					this.jweixinFn(shareParams)
 					this.jweixinFn(shareParams)