Explorar o código

订单结算页面统一改为: pages/billing/affirmMix

ouyang hai 2 semanas
pai
achega
a14a848fe9

+ 1 - 1
mallApp/src/pages/billing/affirmMix.vue

@@ -1558,7 +1558,7 @@ export default {
 			const account = this.option.account ? this.option.account : uni.getStorageSync("account") || 0;
 			const account = this.option.account ? this.option.account : uni.getStorageSync("account") || 0;
 
 
 			if (Number(hdId) <= 0 || Number(account) <= 0) {
 			if (Number(hdId) <= 0 || Number(account) <= 0) {
-				inform({ hdId, account, page: "affirmGhs" });
+				inform({ hdId, account, page: "affirmMix" });
 				this.$util.confirmModal({ content: "网络异常,请重新提交" }, () => {
 				this.$util.confirmModal({ content: "网络异常,请重新提交" }, () => {
 					uni.reLaunch({ url: "/pages/home/recent" });
 					uni.reLaunch({ url: "/pages/home/recent" });
 				});
 				});

+ 2 - 2
mallApp/src/pages/home/shop-category.vue

@@ -951,7 +951,7 @@ export default {
         this.setSelectInfoByType({ type: this.pageType, info: list })
         this.setSelectInfoByType({ type: this.pageType, info: list })
         const realHdId = this.hdId || uni.getStorageSync('hdId') || 0
         const realHdId = this.hdId || uni.getStorageSync('hdId') || 0
         this.$util.pageTo({
         this.$util.pageTo({
-          url: '/pages/billing/affirmGhs',
+          url: '/pages/billing/affirmMix',
           query: { account, hdId: realHdId },
           query: { account, hdId: realHdId },
           type: 2
           type: 2
         })
         })
@@ -970,7 +970,7 @@ export default {
           this.setSelectInfoByType({ type: this.pageType, info: list })
           this.setSelectInfoByType({ type: this.pageType, info: list })
           const realHdId = this.hdId || uni.getStorageSync('hdId') || 0
           const realHdId = this.hdId || uni.getStorageSync('hdId') || 0
           this.$util.pageTo({
           this.$util.pageTo({
-            url: '/pages/billing/affirmGhs',
+            url: '/pages/billing/affirmMix',
             query: { account, hdId: realHdId },
             query: { account, hdId: realHdId },
             type: 2
             type: 2
           })
           })

+ 1 - 1
mallApp/src/pages/item/detail.vue

@@ -121,7 +121,7 @@ export default {
   methods: {
   methods: {
     getAffirmUrl() {
     getAffirmUrl() {
       const account = this.option.account || ''
       const account = this.option.account || ''
-      return `/pages/billing/affirmGhs?account=${account}&hdId=${this.hdId}`
+      return `/pages/billing/affirmMix?account=${account}&hdId=${this.hdId}`
     },
     },
     onPopupConfirm(num) {
     onPopupConfirm(num) {
       const customData = {
       const customData = {

+ 2 - 2
mallApp/src/pages/item/item.vue

@@ -541,14 +541,14 @@ export default {
 				this.setLimitBuyInfoByType({ type: this.pageType, info: limitBuyInfo });
 				this.setLimitBuyInfoByType({ type: this.pageType, info: limitBuyInfo });
 				this.setSelectInfoByType({ type: this.pageType, info: list });
 				this.setSelectInfoByType({ type: this.pageType, info: list });
 				let realHdId = this.hdId || uni.getStorageSync('hdId') || 0
 				let realHdId = this.hdId || uni.getStorageSync('hdId') || 0
-				this.pageTo({url: '/pages/billing/affirmGhs?account='+account+'&hdId='+realHdId,type:2})
+				this.pageTo({url: '/pages/billing/affirmMix?account='+account+'&hdId='+realHdId,type:2})
 			})
 			})
 		} else {
 		} else {
 			this.limitBuyWarnList = []
 			this.limitBuyWarnList = []
 			this.setLimitBuyInfoByType({ type: this.pageType, info: [] });
 			this.setLimitBuyInfoByType({ type: this.pageType, info: [] });
 			this.setSelectInfoByType({ type: this.pageType, info: list });
 			this.setSelectInfoByType({ type: this.pageType, info: list });
 			let realHdId = this.hdId || uni.getStorageSync('hdId') || 0
 			let realHdId = this.hdId || uni.getStorageSync('hdId') || 0
-			this.pageTo({url: '/pages/billing/affirmGhs?account='+account+'&hdId='+realHdId,type:2})
+			this.pageTo({url: '/pages/billing/affirmMix?account='+account+'&hdId='+realHdId,type:2})
 		}
 		}
 			} else {
 			} else {
 				this.$msg("请选择花材");
 				this.$msg("请选择花材");