diff --git a/App.vue b/App.vue
index 83208523..418bcde4 100644
--- a/App.vue
+++ b/App.vue
@@ -7,12 +7,12 @@
data: {
// 基础配置
// 数据接口请求地址
- request_url: 'http://shopxo.com/',
- // request_url:'https://new.shopxo.vip/',
+ //request_url: 'http://shopxo.com/',
+ request_url:'https://new.shopxo.vip/',
// 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/)
- static_url: 'http://shopxo.com/',
- // static_url:'https://new.shopxo.vip/',
+ //static_url: 'http://shopxo.com/',
+ static_url:'https://new.shopxo.vip/',
// 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立)
system_type: 'default',
diff --git a/components/choice-location/choice-location.vue b/components/choice-location/choice-location.vue
index bbc934b1..7ff3ee1f 100644
--- a/components/choice-location/choice-location.vue
+++ b/components/choice-location/choice-location.vue
@@ -126,7 +126,7 @@
clearInterval(self.cloice_location_timer);
// 回调事件
- self.$emit('onback', result);
+ self.$emit('onBack', result);
}
}, 1000);
this.setData({
diff --git a/components/diy/article-list.vue b/components/diy/article-list.vue
index 75dc0b96..698ce5c0 100644
--- a/components/diy/article-list.vue
+++ b/components/diy/article-list.vue
@@ -71,7 +71,7 @@
type: Boolean,
default: true,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -122,7 +122,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/article-tabs.vue b/components/diy/article-tabs.vue
index 2c5ba72f..1a81d193 100644
--- a/components/diy/article-tabs.vue
+++ b/components/diy/article-tabs.vue
@@ -2,9 +2,9 @@
-
+
-
+
@@ -38,11 +38,11 @@
default: 0,
},
// 顶部导航是否开启沉浸模式
- isImmersionModel: {
+ propIsImmersionModel: {
type: Boolean,
default: false,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -99,7 +99,7 @@
console.log(2);
}
},
- propkey(val) {
+ propKey(val) {
this.setData({
diy_key: val,
});
diff --git a/components/diy/auxiliary-blank.vue b/components/diy/auxiliary-blank.vue
index 9a781a2e..e86ffb8e 100644
--- a/components/diy/auxiliary-blank.vue
+++ b/components/diy/auxiliary-blank.vue
@@ -16,7 +16,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -29,7 +29,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/auxiliary-line.vue b/components/diy/auxiliary-line.vue
index ca308c27..e9b85101 100644
--- a/components/diy/auxiliary-line.vue
+++ b/components/diy/auxiliary-line.vue
@@ -15,7 +15,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -28,7 +28,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/carousel.vue b/components/diy/carousel.vue
index 95e1bdd2..5b3c32d4 100644
--- a/components/diy/carousel.vue
+++ b/components/diy/carousel.vue
@@ -75,7 +75,7 @@
type: Boolean,
default: true,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -113,7 +113,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
@@ -255,7 +255,7 @@
video_play(e) {
const list = e.currentTarget.dataset.value;
if (!isEmpty(list)) {
- this.$emit('video_play', list[0].url, this.popup_width, this.popup_height);
+ this.$emit('onVideoPlay', list[0].url, this.popup_width, this.popup_height);
}
},
url_open(link) {
diff --git a/components/diy/coupon.vue b/components/diy/coupon.vue
index 9010dc34..03b041b3 100644
--- a/components/diy/coupon.vue
+++ b/components/diy/coupon.vue
@@ -167,7 +167,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -196,7 +196,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/custom.vue b/components/diy/custom.vue
index 6eda7afe..cbee5ff9 100644
--- a/components/diy/custom.vue
+++ b/components/diy/custom.vue
@@ -4,19 +4,19 @@
-
+
-
+
-
+
-
+
-
+
@@ -50,7 +50,7 @@ export default {
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -75,7 +75,7 @@ export default {
},
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue
index 207ee43a..797a5530 100644
--- a/components/diy/data-magic.vue
+++ b/components/diy/data-magic.vue
@@ -14,12 +14,12 @@
{{ item.data_content.subtitle || '' }}
-
+
-
+
@@ -46,12 +46,12 @@
{{ item.data_content.subtitle || '' }}
-
+
-
+
@@ -85,7 +85,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -123,7 +123,7 @@
},
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/diy.vue b/components/diy/diy.vue
index 1245263b..6cab8cb6 100644
--- a/components/diy/diy.vue
+++ b/components/diy/diy.vue
@@ -4,42 +4,42 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
@@ -77,7 +77,7 @@
-
+
@@ -140,7 +140,7 @@
type: [String, Number],
default: '',
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -248,7 +248,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
@@ -517,26 +517,20 @@
footer_height_value: value * 2 + 20,
});
},
+ // 商品数量更新回调
goods_buy_event(index, goods = {}, params = {}, back_data = null) {
if ((this.$refs.goods_buy || null) != null) {
this.goods_index = index;
this.$refs.goods_buy.init(goods, params, back_data);
}
},
+ // 商品加购回调
goods_cart_back_event(e) {
if ((this.$refs[`diy_goods_buy${this.goods_index}`][0] || null) != null) {
this.$refs[`diy_goods_buy${this.goods_index}`][0].goods_cart_back_event(e);
}
},
- search_tap(form, list, color) {
- this.setData({
- search_form: form,
- hot_word_list: list,
- search_hot_words_color: color,
- is_focus: true,
- });
- this.$refs.searchPopup.open();
- },
+ // 视频播放
video_play(url, width, height) {
this.setData({
video_src: url,
@@ -549,6 +543,7 @@
videoContext.play();
}
},
+ // 视频关闭
video_close() {
const videoContext = uni.createVideoContext('carousel_video');
if (!isEmpty(videoContext)) {
@@ -556,6 +551,10 @@
}
this.$refs.popup.close();
},
+ // 位置回调
+ choice_location_back(e) {
+ this.$emit('onLocationBack', e);
+ },
},
};
diff --git a/components/diy/float-window.vue b/components/diy/float-window.vue
index 6be9a6b3..d4c925a8 100644
--- a/components/diy/float-window.vue
+++ b/components/diy/float-window.vue
@@ -34,7 +34,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
}
@@ -50,7 +50,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
}
diff --git a/components/diy/footer.vue b/components/diy/footer.vue
index b080384f..7074963b 100644
--- a/components/diy/footer.vue
+++ b/components/diy/footer.vue
@@ -44,11 +44,7 @@
propFooterActiveIndex: {
type: Number,
default: 0,
- },
- propkey: {
- type: String,
- default: '',
- },
+ }
},
data() {
return {
@@ -80,10 +76,6 @@
propFooterActiveIndex(value, old_value) {
this.init();
},
- propkey(val) {
- // 初始化
- this.init();
- },
},
// 页面被展示
created: function () {
@@ -146,7 +138,7 @@
footer_height += safe_area_insets_bottom;
// 回调高度
- this.$emit('footer-height', footer_height);
+ this.$emit('onFooterHeight', footer_height);
}
},
@@ -155,7 +147,7 @@
let index = e.currentTarget.dataset.index;
let item = this.nav_content[index];
app.globalData.url_event(e);
- this.$emit('footer-tap', index, item);
+ this.$emit('onFooterTap', index, item);
},
},
};
diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue
index 6972ce43..09271ed4 100644
--- a/components/diy/goods-list.vue
+++ b/components/diy/goods-list.vue
@@ -180,7 +180,7 @@
type: Boolean,
default: true,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -228,7 +228,7 @@
},
},
watch: {
- propkey(val) {
+ propKey(val) {
this.init();
},
},
diff --git a/components/diy/goods-tabs.vue b/components/diy/goods-tabs.vue
index 05e7687a..c558bc1d 100644
--- a/components/diy/goods-tabs.vue
+++ b/components/diy/goods-tabs.vue
@@ -1,9 +1,9 @@
-
+
-
+
@@ -43,11 +43,11 @@
default: 0,
},
// 顶部导航是否开启沉浸模式
- isImmersionModel: {
+ propIsImmersionModel: {
type: Boolean,
default: false,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -100,7 +100,7 @@
});
}
},
- propkey(val) {
+ propKey(val) {
// 初始化
this.setData({
diy_key: val,
diff --git a/components/diy/header.vue b/components/diy/header.vue
index a048e79b..aa35ade8 100644
--- a/components/diy/header.vue
+++ b/components/diy/header.vue
@@ -33,7 +33,7 @@
-
+
@@ -106,7 +106,7 @@
type: Number,
default: 0,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -174,7 +174,7 @@
up_slide_img_style: background_computer(back),
});
},
- propkey(val) {
+ propKey(val) {
if ((this.propValue || null) !== null) {
this.init();
}
@@ -226,7 +226,7 @@
is_search_alone_row: new_content.data_alone_row_value && new_content.data_alone_row_value.includes('search'),
is_icon_alone_row: new_content.data_alone_row_value && new_content.data_alone_row_value.includes('icon'),
});
- this.$emit('immersion-model-call-back', this.is_immersion_model);
+ this.$emit('onImmersionModelCallBack', this.is_immersion_model);
},
// 获取顶部导航高度
get_nav_height() {
@@ -243,8 +243,8 @@
.exec();
},
// 位置回调
- user_back_choice_location(e) {
- console.log('选择位置回调', e);
+ choice_location_back(e) {
+ this.$emit('onLocationBack', e);
},
// 打开地址
url_event(e) {
diff --git a/components/diy/hot-zone.vue b/components/diy/hot-zone.vue
index 6f6a3895..2166d3b0 100644
--- a/components/diy/hot-zone.vue
+++ b/components/diy/hot-zone.vue
@@ -19,7 +19,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -43,7 +43,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/img-magic.vue b/components/diy/img-magic.vue
index 7aadd52b..abef9c54 100644
--- a/components/diy/img-magic.vue
+++ b/components/diy/img-magic.vue
@@ -49,7 +49,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -73,7 +73,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/modules/custom/model-icon.vue b/components/diy/modules/custom/model-icon.vue
index 86b1eaed..d3f77ac3 100644
--- a/components/diy/modules/custom/model-icon.vue
+++ b/components/diy/modules/custom/model-icon.vue
@@ -21,7 +21,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -38,7 +38,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
this.init();
}
},
diff --git a/components/diy/modules/custom/model-image.vue b/components/diy/modules/custom/model-image.vue
index e73d1f77..39cf96fe 100644
--- a/components/diy/modules/custom/model-image.vue
+++ b/components/diy/modules/custom/model-image.vue
@@ -24,7 +24,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -42,7 +42,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
this.init();
}
},
diff --git a/components/diy/modules/custom/model-lines.vue b/components/diy/modules/custom/model-lines.vue
index e4f4e373..106a6989 100644
--- a/components/diy/modules/custom/model-lines.vue
+++ b/components/diy/modules/custom/model-lines.vue
@@ -11,7 +11,7 @@
},
required: true,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -27,7 +27,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
this.init();
}
},
diff --git a/components/diy/modules/custom/model-panel.vue b/components/diy/modules/custom/model-panel.vue
index efc909d4..2ef15961 100644
--- a/components/diy/modules/custom/model-panel.vue
+++ b/components/diy/modules/custom/model-panel.vue
@@ -21,7 +21,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -39,7 +39,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
this.init();
}
},
diff --git a/components/diy/modules/custom/model-text.vue b/components/diy/modules/custom/model-text.vue
index ea129db0..49a1793f 100644
--- a/components/diy/modules/custom/model-text.vue
+++ b/components/diy/modules/custom/model-text.vue
@@ -28,7 +28,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -46,7 +46,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
this.init();
}
},
diff --git a/components/diy/modules/data-magic/magic-carousel.vue b/components/diy/modules/data-magic/magic-carousel.vue
index 728b7fdc..669b0524 100644
--- a/components/diy/modules/data-magic/magic-carousel.vue
+++ b/components/diy/modules/data-magic/magic-carousel.vue
@@ -46,7 +46,7 @@
},
methods: {
carousel_change(e) {
- this.$emit('carousel_change', e);
+ this.$emit('onCarouselChange', e);
},
// 跳转链接
url_event(link) {
diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue
index dbbb55c9..6b64d85f 100644
--- a/components/diy/modules/tabs-view.vue
+++ b/components/diy/modules/tabs-view.vue
@@ -199,7 +199,7 @@
active_index: index,
popup_status: false,
});
- this.$emit('tabs-click', index, tabs_list_item);
+ this.$emit('onTabsTap', index, tabs_list_item);
},
// 分类选择事件
category_check_event() {
diff --git a/components/diy/nav-group.vue b/components/diy/nav-group.vue
index 9b160849..297f8503 100644
--- a/components/diy/nav-group.vue
+++ b/components/diy/nav-group.vue
@@ -45,7 +45,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -69,7 +69,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/notice.vue b/components/diy/notice.vue
index 7ffa8b3c..22c14cec 100644
--- a/components/diy/notice.vue
+++ b/components/diy/notice.vue
@@ -69,7 +69,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -106,7 +106,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/rich-text.vue b/components/diy/rich-text.vue
index 44d0fafe..de1e045f 100644
--- a/components/diy/rich-text.vue
+++ b/components/diy/rich-text.vue
@@ -15,7 +15,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -28,7 +28,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/search.vue b/components/diy/search.vue
index c50f0de1..7ec0bc50 100644
--- a/components/diy/search.vue
+++ b/components/diy/search.vue
@@ -59,7 +59,7 @@ export default {
type: Boolean,
default: false,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -79,7 +79,7 @@ export default {
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/seckill.vue b/components/diy/seckill.vue
index d8681942..27bf64ef 100644
--- a/components/diy/seckill.vue
+++ b/components/diy/seckill.vue
@@ -180,7 +180,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -239,7 +239,7 @@
},
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/tabs-carousel.vue b/components/diy/tabs-carousel.vue
index e4f92ab5..5103bdf5 100644
--- a/components/diy/tabs-carousel.vue
+++ b/components/diy/tabs-carousel.vue
@@ -1,7 +1,7 @@
-
+
@@ -37,7 +37,7 @@
type: Boolean,
default: false,
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -70,7 +70,7 @@
propTabsIsTop(value, old_value) {
this.init();
},
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
@@ -87,10 +87,10 @@
});
},
tabs_click_event(tabs_id, is_micro_page) {
- this.$emit('tabs-click', tabs_id, is_micro_page);
+ this.$emit('onTabsTap', tabs_id, is_micro_page);
},
tabs_height_event(height) {
- this.$emit('computer-height', height);
+ this.$emit('onComputerHeight', height);
},
},
};
diff --git a/components/diy/tabs.vue b/components/diy/tabs.vue
index 6bc8f307..bdd51595 100644
--- a/components/diy/tabs.vue
+++ b/components/diy/tabs.vue
@@ -4,7 +4,7 @@
-
+
@@ -46,7 +46,7 @@
type: String,
default: '',
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -88,7 +88,7 @@
this.get_tabs_height();
});
},
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
@@ -141,12 +141,12 @@
this.setData({
tabs_seat_height: res.height,
});
- this.$emit('computer-height', this.tabs_seat_height);
+ this.$emit('onComputerHeight', this.tabs_seat_height);
}
})
.exec(); // 执行查询
} else {
- this.$emit('computer-height', 0);
+ this.$emit('onComputerHeight', 0);
}
},
// 选项卡回调
@@ -156,7 +156,7 @@
tabs_id = this.get_tabs_id(item, index);
// 是否是商品分类页面
const is_micro_page = item.data_type == '0';
- this.$emit('tabs-click', tabs_id, is_micro_page);
+ this.$emit('onTabsTap', tabs_id, is_micro_page);
},
get_tabs_id(item, index) {
if (item.data_type === '0') {
diff --git a/components/diy/title.vue b/components/diy/title.vue
index be98d901..841b2b92 100644
--- a/components/diy/title.vue
+++ b/components/diy/title.vue
@@ -43,7 +43,7 @@
return {};
},
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -63,7 +63,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/user-info.vue b/components/diy/user-info.vue
index 711c529b..1841f7eb 100644
--- a/components/diy/user-info.vue
+++ b/components/diy/user-info.vue
@@ -40,7 +40,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -85,7 +85,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/components/diy/video.vue b/components/diy/video.vue
index 36d12af9..672871a3 100644
--- a/components/diy/video.vue
+++ b/components/diy/video.vue
@@ -17,7 +17,7 @@
type: Object,
default: () => ({}),
},
- propkey: {
+ propKey: {
type: String,
default: '',
},
@@ -32,7 +32,7 @@
};
},
watch: {
- propkey(val) {
+ propKey(val) {
// 初始化
this.init();
},
diff --git a/pages/diy/diy.vue b/pages/diy/diy.vue
index 6de2846b..8e35b01b 100644
--- a/pages/diy/diy.vue
+++ b/pages/diy/diy.vue
@@ -2,7 +2,7 @@
-
+
@@ -172,7 +172,13 @@
// 状态栏设置
set_navigation_bar_color() {
app.globalData.set_navigation_bar_color(parseInt(app.globalData.get_key_data(this.data, 'config.header.com_data.style.function_buttons_type', 0)) == 1);
- }
+ },
+
+ // 选择用户地理位置回调
+ user_back_choice_location(e) {
+ // 重新刷新数据
+ this.get_data();
+ },
}
};
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 9c635a20..e5ef5f9f 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -4,7 +4,7 @@
-
+
@@ -34,7 +34,7 @@
-
+
@@ -405,7 +405,6 @@
plugins_binding_data: null,
// 魔方插件
plugins_magic_data: null,
- diy_key: '',
};
},
@@ -589,9 +588,6 @@
// 初始化返回公共处理
this.init_result_common_handle();
- this.setData({
- diy_key: Math.random().toString(),
- });
},
fail: () => {
// 轮播数据处理
@@ -715,7 +711,7 @@
// 搜索icon扫码事件
search_icon_event(e) {
app.globalData.scan_handle();
- },
+ }
},
};
diff --git a/pages/plugins/distribution/extraction-apply/extraction-apply.vue b/pages/plugins/distribution/extraction-apply/extraction-apply.vue
index 9ac3ce80..62174997 100644
--- a/pages/plugins/distribution/extraction-apply/extraction-apply.vue
+++ b/pages/plugins/distribution/extraction-apply/extraction-apply.vue
@@ -78,7 +78,7 @@
-
+
diff --git a/pages/plugins/distribution/extraction-switch/extraction-switch.vue b/pages/plugins/distribution/extraction-switch/extraction-switch.vue
index bf53a8b8..ab429809 100644
--- a/pages/plugins/distribution/extraction-switch/extraction-switch.vue
+++ b/pages/plugins/distribution/extraction-switch/extraction-switch.vue
@@ -42,7 +42,7 @@
-
+
diff --git a/pages/plugins/realstore/index/index.vue b/pages/plugins/realstore/index/index.vue
index 40addf44..6e1eb837 100644
--- a/pages/plugins/realstore/index/index.vue
+++ b/pages/plugins/realstore/index/index.vue
@@ -7,7 +7,7 @@
-
+
diff --git a/pages/plugins/realstore/search/search.vue b/pages/plugins/realstore/search/search.vue
index de1fd6db..99af2a4a 100644
--- a/pages/plugins/realstore/search/search.vue
+++ b/pages/plugins/realstore/search/search.vue
@@ -5,7 +5,7 @@
-
+
diff --git a/pages/user-address-save/user-address-save.vue b/pages/user-address-save/user-address-save.vue
index 940a1f2d..7ae43994 100644
--- a/pages/user-address-save/user-address-save.vue
+++ b/pages/user-address-save/user-address-save.vue
@@ -157,7 +157,7 @@
-
+