diff --git a/common/auth.js b/common/auth.js
index b444831..fe276a7 100644
--- a/common/auth.js
+++ b/common/auth.js
@@ -58,7 +58,7 @@ export function getAgentInfo() {
* 删除用户相关缓存信息
*/
export function removeAll() {
- uni.clearStorageSync()
+ // uni.clearStorageSync()
uni.removeStorageSync(USER_TOKEN)
uni.removeStorageSync(USER_INFO)
uni.removeStorageSync(AGENT_INFO)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 8bdfd8b..30ec60c 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -216,8 +216,9 @@ export default {
},
H5Login(){
let pageUrl = window.location.href;
-
+
let code =this.getQueryString('code');
+ console.log(code,"lldd");
let appid="wx00776fef020b31d7"
let redirect_uri = encodeURIComponent(pageUrl);
diff --git a/pages/warehouse/weituo.vue b/pages/warehouse/weituo.vue
index 857bac3..e1bed93 100644
--- a/pages/warehouse/weituo.vue
+++ b/pages/warehouse/weituo.vue
@@ -37,10 +37,17 @@
-
+
-
+
+
+ {{min}}
+
+
+ {{max}}
+
+
@@ -138,7 +145,7 @@
this.warehouse = res.data.warehouse
this.sxfRadio = res.data.entrustment_ratio
this.max = Number(this.min)*(1+(Number(res.data.entrusted_ratio)/100))
-
+ console.log(this.max)
let sxf = Number(res.data.order_amount)*(Number(this.sxfRadio)/100)
this.sxf = sxf.toFixed(2)
this.total = (Number(this.orderDetails.order_amount)+ Number(this.sxf) - Number(this.couponNum)).toFixed(2);
@@ -199,4 +206,12 @@
diff --git a/unpackage/dist/build/h5/index.html b/unpackage/dist/build/h5/index.html
index d1f1052..7b9e976 100644
--- a/unpackage/dist/build/h5/index.html
+++ b/unpackage/dist/build/h5/index.html
@@ -1,2 +1,2 @@
商城
\ No newline at end of file
+ document.write('')