Commit 4835cf1c84fe5153d94d5df90928abcad0ea1578

Authored by zhiyangdu
1 parent 56c96f1c

样式优化

Showing 1 changed file with 1 additions and 3 deletions
src/pages/mall/mall.vue
... ... @@ -164,7 +164,6 @@ export default {
164 164 }
165 165 },
166 166 mounted() {
167   - if (this.$parent.isBack) {
168 167 // 唤起详情页
169 168 if (typeof this.$parent.getOpenApp === "function") {
170 169 this.$parent.getOpenApp({
... ... @@ -186,9 +185,8 @@ export default {
186 185 // 判断如果是分享链接没有isBack=true在后面加上isBack=true;为了在app内打开可以展示
187 186 if (!schemeParams.isBack) {
188 187 // 设置参数
189   - this.$parent.schemeParams = this.$parent.schemeParams + "isBack=true";
  188 + this.$parent.schemeParams = this.$parent.schemeParams + "&isBack=true";
190 189 }
191   - }
192 190 },
193 191 methods: {
194 192 // 下拉刷新
... ...