diff --git a/components/shop/you-item.vue b/components/shop/you-item.vue index f2676a2..e0ef2be 100644 --- a/components/shop/you-item.vue +++ b/components/shop/you-item.vue @@ -5,7 +5,7 @@ - {{obj.title}} + {{obj.title}} diff --git a/manifest.json b/manifest.json index e342669..3b58806 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__4910728", "description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。", "versionName" : "1.0.1", - "versionCode" : 135, + "versionCode" : 136, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/order_package/order_submit/order_submit.vue b/pages/order_package/order_submit/order_submit.vue index 78ed8d4..abcb022 100644 --- a/pages/order_package/order_submit/order_submit.vue +++ b/pages/order_package/order_submit/order_submit.vue @@ -1,1135 +1,1329 @@ diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue index 619c612..aba3d5d 100644 --- a/pages/other_package/productInfo/productInfo.vue +++ b/pages/other_package/productInfo/productInfo.vue @@ -803,7 +803,7 @@ export default { uni.navigateTo({ url: `/pages/order_package/order_submit/order_submit?sed=${JSON.stringify( params - )}`, + )}&address=${this.selectAddress?.id}`, }); return; } @@ -811,7 +811,7 @@ export default { if (resp && resp.bizcode === 100) { if (isBy) { uni.navigateTo({ - url: `/pages/order_package/order_submit/order_submit?ids=${resp.data}`, + url: `/pages/order_package/order_submit/order_submit?ids=${resp.data}&address=${this.selectAddress?.id}`, }); } else { this.specificationShow = false; diff --git a/static/shopping/tp.png b/static/shopping/tp.png new file mode 100644 index 0000000..aafea78 Binary files /dev/null and b/static/shopping/tp.png differ diff --git a/utils/config.js b/utils/config.js index c78487b..7e63461 100644 --- a/utils/config.js +++ b/utils/config.js @@ -2,9 +2,9 @@ // export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境 // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 -// export const BASE_URL = "https://api.tbmall.xin"; //生产 +export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 -export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试 +// export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试