diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index ee5be77..07d9281 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,20 +1,23 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } +{ + // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version" : "0.0", + "configurations" : [ + { + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "playground" : "standard", + "type" : "uni-app:app-android" + } ] } diff --git a/components/shopro-auth-modal/shopro-auth-modal.vue b/components/shopro-auth-modal/shopro-auth-modal.vue index 853b040..1a73705 100644 --- a/components/shopro-auth-modal/shopro-auth-modal.vue +++ b/components/shopro-auth-modal/shopro-auth-modal.vue @@ -673,6 +673,7 @@ export default { // 第三方登录 async thirdLogin(provider, payload = null) { + console.log(provider,payload,"66666666") if (this.platform === 'wxMiniProgram' && payload === null) return; if (!this.protocol) { this.$u.toast("请同意用户协议"); @@ -680,6 +681,7 @@ export default { } const that = this; let token = ""; + console.log(payload,"777") switch (provider) { case "wechat": token = await wechat.login(payload); @@ -707,7 +709,8 @@ export default { "user.accountLogin", { account: that.form["accountLogin"].data.account, - password: that.form["accountLogin"].data.password + password: that.form["accountLogin"].data.password, + session_id: uni.getStorageSync("session_id")||'', }, "登录中..." ) diff --git a/pages/activity/seckill/list.vue b/pages/activity/seckill/list.vue index acecf9e..01b2035 100644 --- a/pages/activity/seckill/list.vue +++ b/pages/activity/seckill/list.vue @@ -32,7 +32,7 @@ {{ item.price }} - {{ item.original_price }} + {{ item.original_price_two }} diff --git a/pages/index/components/sh-seckill.vue b/pages/index/components/sh-seckill.vue index a4d64d9..c6cb83a 100644 --- a/pages/index/components/sh-seckill.vue +++ b/pages/index/components/sh-seckill.vue @@ -31,7 +31,7 @@ {{ mgoods.price }} - ¥{{ mgoods.original_price }} + ¥{{ mgoods.original_price_two }} diff --git a/pages/order/confirm.vue b/pages/order/confirm.vue index 8e50b5a..dbb1589 100644 --- a/pages/order/confirm.vue +++ b/pages/order/confirm.vue @@ -16,6 +16,7 @@ > + {{ addressData.consignee }} @@ -285,7 +286,7 @@