diff --git a/pages/about/about.vue b/pages/about/about.vue
index 126e0c02..99c6995e 100644
--- a/pages/about/about.vue
+++ b/pages/about/about.vue
@@ -45,6 +45,9 @@
componentAppAdmin
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/article-category/article-category.vue b/pages/article-category/article-category.vue
index c4e49f0b..49bce95a 100644
--- a/pages/article-category/article-category.vue
+++ b/pages/article-category/article-category.vue
@@ -1,284 +1,287 @@
-
-
-
-
- {{$t('common.all')}}
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
- {{item.describe}}
-
- {{ item.add_time }}
- {{$t('article-category.article-category.gxra15')}}{{ item.access_count }}
-
-
-
-
- {{ item.title }}
-
- {{ item.add_time }}
- {{$t('article-category.article-category.gxra15')}}{{ item.access_count }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{$t('common.all')}}
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{item.describe}}
+
+ {{ item.add_time }}
+ {{$t('article-category.article-category.gxra15')}}{{ item.access_count }}
+
+
+
+
+ {{ item.title }}
+
+ {{ item.add_time }}
+ {{$t('article-category.article-category.gxra15')}}{{ item.access_count }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/article-detail/article-detail.vue b/pages/article-detail/article-detail.vue
index cc7ab666..4dd0e3da 100644
--- a/pages/article-detail/article-detail.vue
+++ b/pages/article-detail/article-detail.vue
@@ -1,162 +1,164 @@
-
-
-
-
- {{ data.title }}
-
-
- {{$t('article-detail.article-detail.728374')}}
- {{ data.add_time }}
-
-
- {{$t('article-detail.article-detail.j92ru0')}}
- {{ data.access_count }}
-
-
-
-
-
-
-
-
-
-
- {{$t('article-detail.article-detail.281s4a')}}
- {{ last_next.last.title }}
-
-
- {{$t('article-detail.article-detail.uq5814')}}
- {{ last_next.next.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ img: this.data.share_images || this.data.cover,
+ },
+ });
+
+ // 标题
+ uni.setNavigationBarTitle({ title: article.title });
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_list_loding_msg: res.data.msg,
+ });
+ app.globalData.showToast(res.data.msg);
+ }
+
+ // 分享菜单处理
+ app.globalData.page_share_handle(this.share_info);
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/buy/buy.vue b/pages/buy/buy.vue
index b18bf76c..b74bb1fe 100644
--- a/pages/buy/buy.vue
+++ b/pages/buy/buy.vue
@@ -544,6 +544,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/cart-page/cart-page.vue b/pages/cart-page/cart-page.vue
index bbe1e515..63109244 100644
--- a/pages/cart-page/cart-page.vue
+++ b/pages/cart-page/cart-page.vue
@@ -453,6 +453,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/cart/cart.vue b/pages/cart/cart.vue
index b3e23f48..1e1925d7 100644
--- a/pages/cart/cart.vue
+++ b/pages/cart/cart.vue
@@ -453,6 +453,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/cashier/cashier.vue b/pages/cashier/cashier.vue
index 7c3bfe31..76b898e8 100644
--- a/pages/cashier/cashier.vue
+++ b/pages/cashier/cashier.vue
@@ -69,11 +69,11 @@
componentNoData
},
onLoad(params) {
+ // 设置参数
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
- params = app.globalData.launch_params_handle(params);
var scene = app.globalData.get_scene_data();
this.setData({
params: params,
diff --git a/pages/common/open-setting-location/open-setting-location.vue b/pages/common/open-setting-location/open-setting-location.vue
index 1dc8caba..2bdea50e 100644
--- a/pages/common/open-setting-location/open-setting-location.vue
+++ b/pages/common/open-setting-location/open-setting-location.vue
@@ -1,149 +1,152 @@
-
-
-
-
- {{$t('open-setting-location.open-setting-location.61wezw')}}
- {{$t('open-setting-location.open-setting-location.6vev38')}}{{$t('open-setting-location.open-setting-location.lult41')}}{{$t('open-setting-location.open-setting-location.407106')}}
-
-
- {{$t('common.return')}}
-
-
-
-
-
-
- {{$t('common.return')}}
-
-
- {{ error_msg }}
-
-
-
-
+
+ // 取消则自动返回、则显示错误
+ // error=11 支付宝取消、msg包含cancel则其他平台
+ var msg = res.errorMessage || res.chooseLocation || res.errMsg || this.$t('open-setting-location.open-setting-location.hwn386');
+ if(res.error == 11 || msg.indexOf('cancel') != -1) {
+ // app则不执行返回操作、上面已经返回过了
+ // #ifndef APP
+ uni.navigateBack();
+ // #endif
+ } else {
+ this.setData({ error_msg: res.errMsg });
+ app.globalData.showToast(res.errMsg);
+ }
+ }
+ });
+ }
+ },
+};
+
+
diff --git a/pages/customview/customview.vue b/pages/customview/customview.vue
index 6f1f5719..2b99161e 100644
--- a/pages/customview/customview.vue
+++ b/pages/customview/customview.vue
@@ -1,146 +1,149 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/design/design.vue b/pages/design/design.vue
index 6d6ce0f2..bb3ae409 100644
--- a/pages/design/design.vue
+++ b/pages/design/design.vue
@@ -1,88 +1,91 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/diy/diy.vue b/pages/diy/diy.vue
index ae2b86b8..265cacf8 100644
--- a/pages/diy/diy.vue
+++ b/pages/diy/diy.vue
@@ -49,12 +49,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/error/error.vue b/pages/error/error.vue
index 47e0c767..2190f860 100644
--- a/pages/error/error.vue
+++ b/pages/error/error.vue
@@ -29,6 +29,9 @@
// 页面加载初始化
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/extraction-address/extraction-address.vue b/pages/extraction-address/extraction-address.vue
index dcec3029..7a372097 100644
--- a/pages/extraction-address/extraction-address.vue
+++ b/pages/extraction-address/extraction-address.vue
@@ -1,255 +1,258 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ item.alias }}
- {{ item.name }}
- {{ item.tel }}
-
-
-
- {{ item.province_name || "" }}{{ item.city_name || "" }}{{ item.county_name || "" }}{{ item.address || "" }}
-
-
-
-
-
- {{$t('extraction-address.extraction-address.42v8tv')}}{{ item.distance_value }}{{ item.distance_unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.alias }}
+ {{ item.name }}
+ {{ item.tel }}
+
+
+
+ {{ item.province_name || "" }}{{ item.city_name || "" }}{{ item.county_name || "" }}{{ item.address || "" }}
+
+
+
+
+
+ {{$t('extraction-address.extraction-address.42v8tv')}}{{ item.distance_value }}{{ item.distance_unit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/form-input-data-detail/form-input-data-detail.vue b/pages/form-input-data-detail/form-input-data-detail.vue
index ae1f714f..37a58350 100644
--- a/pages/form-input-data-detail/form-input-data-detail.vue
+++ b/pages/form-input-data-detail/form-input-data-detail.vue
@@ -1,126 +1,129 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ field_list: data.field_list || [],
+ data_list_loding_status: 3,
+ data_bottom_line_status: true,
+ data_list_loding_msg: "",
+ });
+ } else {
+ this.setData({
+ data_list_loding_status: 2,
+ data_bottom_line_status: false,
+ data_list_loding_msg: res.data.msg,
+ });
+ if (app.globalData.is_login_check(res.data, this, "init")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_bottom_line_status: false,
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ }
+ }
+ };
+
\ No newline at end of file
diff --git a/pages/form-input-data/form-input-data.vue b/pages/form-input-data/form-input-data.vue
index fc89231a..a81d402d 100644
--- a/pages/form-input-data/form-input-data.vue
+++ b/pages/form-input-data/form-input-data.vue
@@ -58,6 +58,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
this.setData({
diff --git a/pages/form-input/form-input.vue b/pages/form-input/form-input.vue
index 4c657675..78912e7b 100644
--- a/pages/form-input/form-input.vue
+++ b/pages/form-input/form-input.vue
@@ -49,14 +49,16 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
+ // 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
-
// 加载数据
this.get_data();
},
diff --git a/pages/form-input/form-preview.vue b/pages/form-input/form-preview.vue
index 450d7862..2d10a3e5 100644
--- a/pages/form-input/form-preview.vue
+++ b/pages/form-input/form-preview.vue
@@ -49,12 +49,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
+ // 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
this.init();
},
diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue
index 1b0638ce..553a1658 100644
--- a/pages/goods-category/goods-category.vue
+++ b/pages/goods-category/goods-category.vue
@@ -503,6 +503,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/goods-comment/goods-comment.vue b/pages/goods-comment/goods-comment.vue
index a5948957..bf0b1132 100644
--- a/pages/goods-comment/goods-comment.vue
+++ b/pages/goods-comment/goods-comment.vue
@@ -1,299 +1,302 @@
-
-
-
-
-
-
-
-
-
-
-
- {{$t('goods-comment.goods-comment.dfmjxd')}}
- {{ goods_score.avg || "0.0" }}
-
-
-
-
- {{ item.name }}
-
-
- {{$t('goods-comment.goods-comment.1qh8s8')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('goods-comment.goods-comment.dfmjxd')}}
+ {{ goods_score.avg || "0.0" }}
+
+
+
+
+ {{ item.name }}
+
+
+ {{$t('goods-comment.goods-comment.1qh8s8')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/goods-detail/goods-detail.vue b/pages/goods-detail/goods-detail.vue
index 6227f80c..f18a6b47 100644
--- a/pages/goods-detail/goods-detail.vue
+++ b/pages/goods-detail/goods-detail.vue
@@ -1047,11 +1047,11 @@
},
onLoad(params) {
+ // 设置参数
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
- params = app.globalData.launch_params_handle(params);
this.setData({
params: params,
// 是否自定义购买事件
diff --git a/pages/goods-search-start/goods-search-start.vue b/pages/goods-search-start/goods-search-start.vue
index 68fccc53..1c6268d0 100644
--- a/pages/goods-search-start/goods-search-start.vue
+++ b/pages/goods-search-start/goods-search-start.vue
@@ -106,11 +106,11 @@
},
onLoad(params) {
+ // 设置参数
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
- params = app.globalData.launch_params_handle(params);
this.setData({
params: params,
search_placeholder_keywords_value: params.keywords || '',
diff --git a/pages/goods-search/goods-search.vue b/pages/goods-search/goods-search.vue
index fba49f82..f6294380 100644
--- a/pages/goods-search/goods-search.vue
+++ b/pages/goods-search/goods-search.vue
@@ -1,814 +1,814 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index adf9a045..f39d5a54 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -478,6 +478,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 48863ebc..426cd576 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -468,6 +468,9 @@
// 页面加载初始化
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/logout/logout.vue b/pages/logout/logout.vue
index a00dffe9..710ae64c 100644
--- a/pages/logout/logout.vue
+++ b/pages/logout/logout.vue
@@ -46,6 +46,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/message/message.vue b/pages/message/message.vue
index 6101d983..c92fc387 100644
--- a/pages/message/message.vue
+++ b/pages/message/message.vue
@@ -1,161 +1,164 @@
-
-
-
-
-
-
- {{item.title}}
- {{item.add_time_time}}
-
+
+
+
+
+
+
+ {{item.title}}
+ {{item.add_time_time}}
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/password/password.vue b/pages/password/password.vue
index a766dd89..487679a7 100644
--- a/pages/password/password.vue
+++ b/pages/password/password.vue
@@ -58,6 +58,9 @@
componentNoData
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/paylog-detail/paylog-detail.vue b/pages/paylog-detail/paylog-detail.vue
index c1e93765..5e4c9450 100644
--- a/pages/paylog-detail/paylog-detail.vue
+++ b/pages/paylog-detail/paylog-detail.vue
@@ -1,5 +1,5 @@
-
-
+
+
@@ -12,122 +12,125 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/paylog-list/paylog-list.vue b/pages/paylog-list/paylog-list.vue
index 7004c58a..9ad2ad0c 100644
--- a/pages/paylog-list/paylog-list.vue
+++ b/pages/paylog-list/paylog-list.vue
@@ -1,5 +1,5 @@
-
-
+
+
@@ -13,122 +13,125 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/paytips/paytips.vue b/pages/paytips/paytips.vue
index 3abd2857..27765642 100644
--- a/pages/paytips/paytips.vue
+++ b/pages/paytips/paytips.vue
@@ -1,120 +1,123 @@
-
-
-
-
-
- {{ params.msg || $t('common.pay_success') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ params.msg || $t('common.pay_success') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/personal/personal.vue b/pages/personal/personal.vue
index 1f4de4e5..a929c831 100644
--- a/pages/personal/personal.vue
+++ b/pages/personal/personal.vue
@@ -93,6 +93,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/activity/detail/detail.vue b/pages/plugins/activity/detail/detail.vue
index 71eeece2..fd2df913 100644
--- a/pages/plugins/activity/detail/detail.vue
+++ b/pages/plugins/activity/detail/detail.vue
@@ -1,193 +1,196 @@
-
-
-
-
-
-
- {{ data.describe }}
-
-
-
-
-
-
- {{ kv }}
-
-
-
-
-
-
-
-
- {{$t('detail.detail.b4f3nw')}}
- {{ data.vice_title }}
-
- {{$t('detail.detail.ans2p4')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ img: this.data.share_images || this.data.cover,
+ },
+ });
+
+ // 标题
+ if ((this.data.title || null) != null) {
+ uni.setNavigationBarTitle({
+ title: this.data.title,
+ });
+ }
+ }
+ } else {
+ this.setData({
+ data_bottom_line_status: false,
+ data_list_loding_status: 2,
+ data_list_loding_msg: res.data.msg,
+ });
+ }
+
+ // 分享菜单处理
+ app.globalData.page_share_handle(this.share_info);
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_bottom_line_status: false,
+ data_list_loding_status: 2,
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/activity/index/index.vue b/pages/plugins/activity/index/index.vue
index 5aa888a1..ce179375 100644
--- a/pages/plugins/activity/index/index.vue
+++ b/pages/plugins/activity/index/index.vue
@@ -1,287 +1,290 @@
-
-
-
-
-
-
-
-
-
- {{$t('common.all')}}
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/antifakecode/index/index.vue b/pages/plugins/antifakecode/index/index.vue
index 1101471f..e63ad3bb 100644
--- a/pages/plugins/antifakecode/index/index.vue
+++ b/pages/plugins/antifakecode/index/index.vue
@@ -73,12 +73,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/ask/comments/comments.vue b/pages/plugins/ask/comments/comments.vue
index de20337d..041c0533 100644
--- a/pages/plugins/ask/comments/comments.vue
+++ b/pages/plugins/ask/comments/comments.vue
@@ -1,129 +1,132 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/ask/detail/detail.vue b/pages/plugins/ask/detail/detail.vue
index 55e4b8dc..d262cd56 100644
--- a/pages/plugins/ask/detail/detail.vue
+++ b/pages/plugins/ask/detail/detail.vue
@@ -129,14 +129,16 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
-
// 获取数据
this.get_data();
},
diff --git a/pages/plugins/ask/form/form.vue b/pages/plugins/ask/form/form.vue
index 7a8c12d5..3a99d1a6 100644
--- a/pages/plugins/ask/form/form.vue
+++ b/pages/plugins/ask/form/form.vue
@@ -97,6 +97,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/ask/goods-list/goods-list.vue b/pages/plugins/ask/goods-list/goods-list.vue
index 4a251996..e5517013 100644
--- a/pages/plugins/ask/goods-list/goods-list.vue
+++ b/pages/plugins/ask/goods-list/goods-list.vue
@@ -93,6 +93,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/ask/index/index.vue b/pages/plugins/ask/index/index.vue
index 3bbda255..0f5837f6 100644
--- a/pages/plugins/ask/index/index.vue
+++ b/pages/plugins/ask/index/index.vue
@@ -125,12 +125,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 设置参数
this.setData({
params: params,
diff --git a/pages/plugins/ask/user-detail/user-detail.vue b/pages/plugins/ask/user-detail/user-detail.vue
index 23056216..687899b1 100644
--- a/pages/plugins/ask/user-detail/user-detail.vue
+++ b/pages/plugins/ask/user-detail/user-detail.vue
@@ -51,6 +51,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/ask/user-list/user-list.vue b/pages/plugins/ask/user-list/user-list.vue
index 3df108b1..d9efcf68 100644
--- a/pages/plugins/ask/user-list/user-list.vue
+++ b/pages/plugins/ask/user-list/user-list.vue
@@ -64,6 +64,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/bargain/detail/detail.vue b/pages/plugins/bargain/detail/detail.vue
index c9bf08d9..d63663e9 100644
--- a/pages/plugins/bargain/detail/detail.vue
+++ b/pages/plugins/bargain/detail/detail.vue
@@ -165,11 +165,11 @@
componentSharePopup,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params || {});
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 参数处理
- params = app.globalData.launch_params_handle(params || {});
this.setData({
params: params || {},
});
diff --git a/pages/plugins/bargain/index/index.vue b/pages/plugins/bargain/index/index.vue
index e60e461a..2f3ce867 100644
--- a/pages/plugins/bargain/index/index.vue
+++ b/pages/plugins/bargain/index/index.vue
@@ -77,6 +77,9 @@
componentBargainPlayRules,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/bargain/order/order.vue b/pages/plugins/bargain/order/order.vue
index bbfc31fa..723a3828 100644
--- a/pages/plugins/bargain/order/order.vue
+++ b/pages/plugins/bargain/order/order.vue
@@ -127,12 +127,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params || {});
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
this.setData({
params: params || {},
search_keywords: params.order_no || params.keywords || '',
diff --git a/pages/plugins/bargain/team/team.vue b/pages/plugins/bargain/team/team.vue
index f7707897..4ffa7e3b 100644
--- a/pages/plugins/bargain/team/team.vue
+++ b/pages/plugins/bargain/team/team.vue
@@ -199,8 +199,12 @@
componentCountdown,
},
onLoad(params) {
- app.globalData.page_event_onload_handle(params);
+ // 参数处理
params = app.globalData.launch_params_handle(params || {});
+
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
this.setData({ params: params || {} });
},
onShow() {
diff --git a/pages/plugins/binding/detail/detail.vue b/pages/plugins/binding/detail/detail.vue
index 25db8a76..d0eff89e 100644
--- a/pages/plugins/binding/detail/detail.vue
+++ b/pages/plugins/binding/detail/detail.vue
@@ -139,12 +139,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/binding/index/index.vue b/pages/plugins/binding/index/index.vue
index 2349c623..9a7fdb8b 100644
--- a/pages/plugins/binding/index/index.vue
+++ b/pages/plugins/binding/index/index.vue
@@ -1,284 +1,287 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/blog/comments/comments.vue b/pages/plugins/blog/comments/comments.vue
index a45aaff0..ebedc7d8 100644
--- a/pages/plugins/blog/comments/comments.vue
+++ b/pages/plugins/blog/comments/comments.vue
@@ -1,129 +1,132 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/blog/detail/detail.vue b/pages/plugins/blog/detail/detail.vue
index c5937ae1..69d3d389 100644
--- a/pages/plugins/blog/detail/detail.vue
+++ b/pages/plugins/blog/detail/detail.vue
@@ -1,242 +1,244 @@
-
-
-
-
-
- {{ info.title }}
-
-
- {{ $t('article-detail.article-detail.728374') }}
- {{ info.add_time }}
-
-
- {{ $t('article-detail.article-detail.j92ru0') }}
- {{ info.access_count }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('article-detail.article-detail.281s4a') }}
- {{ last_next.last.title }}
-
-
- {{ $t('article-detail.article-detail.uq5814') }}
- {{ last_next.next.title }}
-
-
-
-
-
- {{ $t('detail.detail.455787') }}{{ blog_main_name }}
- {{ $t('common.more') }}
-
-
-
-
-
- {{ item.title }}
- {{ item.add_time_date_cn }}
- {{ item.describe }}
-
-
-
-
-
-
-
-
- {{ $t('detail.detail.1j6yxy') }}
- {{ $t('common.more') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('detail.detail.fn3w01')}}{{ blog_main_name }}
-
-
- {{$t('common.my')}}{{ blog_main_name }}
-
-
-
-
-
-
-
-
-
-
-
+ img: info.share_images || info.cover,
+ },
+ });
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_list_loding_msg: res.data.msg,
+ });
+ }
+
+ // 分享菜单处理
+ app.globalData.page_share_handle(this.share_info);
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ data_list_loding_status: 2,
+ });
+ },
+ });
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/blog/form/form.vue b/pages/plugins/blog/form/form.vue
index 433d2211..ecf8574a 100644
--- a/pages/plugins/blog/form/form.vue
+++ b/pages/plugins/blog/form/form.vue
@@ -169,6 +169,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/blog/index/index.vue b/pages/plugins/blog/index/index.vue
index 39f2d26a..d9f07ac3 100644
--- a/pages/plugins/blog/index/index.vue
+++ b/pages/plugins/blog/index/index.vue
@@ -170,6 +170,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/blog/search/search.vue b/pages/plugins/blog/search/search.vue
index c919b7b7..11c6fd7a 100644
--- a/pages/plugins/blog/search/search.vue
+++ b/pages/plugins/blog/search/search.vue
@@ -1,249 +1,249 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.all') }}
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
- {{ item.add_time_date_cn }}
- {{ item.describe }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('detail.detail.fn3w01')}}{{ blog_main_name }}
-
-
- {{$t('common.my')}}{{ blog_main_name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_list_loding_msg: res.data.msg,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(res.data.msg);
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 分享设置处理
+ share_info_handle() {
+ // 基础自定义分享
+ var info = this.data_base || {};
+ if ((this.nav_active_value || 0) != 0 && this.category.length > 0) {
+ for (var i in this.category) {
+ if (this.nav_active_value == this.category[i]['id']) {
+ info = this.category[i];
+ break;
+ }
+ }
+ }
+ this.setData({
+ share_info: {
+ title: info.seo_title || this.data_base.application_name,
+ desc: info.seo_desc,
+ path: '/pages/plugins/blog/search/search',
+ query: 'id=' + this.nav_active_value + '&keywords=' + this.search_keywords_value,
+ },
+ });
+
+ // 分享菜单处理
+ app.globalData.page_share_handle(this.share_info);
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 导航事件
+ nav_event(e) {
+ this.setData({
+ nav_active_value: e.currentTarget.dataset.value || 0,
+ data_page: 1,
+ data_list: [],
+ data_list_loding_status: 1,
+ data_bottom_line_status: false
+ });
+ this.get_data_list(1);
+ },
+
+ // 关键字输入事件
+ search_keywords_event(e) {
+ this.setData({
+ search_keywords_value: e.detail.value || '',
+ data_page: 1,
+ });
+ this.get_data_list(1);
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/blog/user-list/user-list.vue b/pages/plugins/blog/user-list/user-list.vue
index b10a41ab..bdc59309 100644
--- a/pages/plugins/blog/user-list/user-list.vue
+++ b/pages/plugins/blog/user-list/user-list.vue
@@ -79,6 +79,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/brand/index/index.vue b/pages/plugins/brand/index/index.vue
index c7984336..4fbbb940 100644
--- a/pages/plugins/brand/index/index.vue
+++ b/pages/plugins/brand/index/index.vue
@@ -88,12 +88,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/certificate/userauth-detail/userauth-detail.vue b/pages/plugins/certificate/userauth-detail/userauth-detail.vue
index ec0cf28f..9733ccba 100644
--- a/pages/plugins/certificate/userauth-detail/userauth-detail.vue
+++ b/pages/plugins/certificate/userauth-detail/userauth-detail.vue
@@ -1,120 +1,123 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ field_list: data.field_list || [],
+ data_list_loding_status: 3,
+ data_bottom_line_status: true,
+ data_list_loding_msg: "",
+ });
+ } else {
+ this.setData({
+ data_list_loding_status: 2,
+ data_bottom_line_status: false,
+ data_list_loding_msg: res.data.msg,
+ });
+ if (app.globalData.is_login_check(res.data, this, 'init')) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_bottom_line_status: false,
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ }
+ }
+ };
+
+
diff --git a/pages/plugins/certificate/userauth-saveinfo/userauth-saveinfo.vue b/pages/plugins/certificate/userauth-saveinfo/userauth-saveinfo.vue
index b5af145e..170c601d 100644
--- a/pages/plugins/certificate/userauth-saveinfo/userauth-saveinfo.vue
+++ b/pages/plugins/certificate/userauth-saveinfo/userauth-saveinfo.vue
@@ -125,6 +125,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/certificate/userauth/userauth.vue b/pages/plugins/certificate/userauth/userauth.vue
index f266fc52..e05c4654 100644
--- a/pages/plugins/certificate/userauth/userauth.vue
+++ b/pages/plugins/certificate/userauth/userauth.vue
@@ -81,6 +81,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/coin/cash-list/cash-list.vue b/pages/plugins/coin/cash-list/cash-list.vue
index ffab9095..1e67063e 100644
--- a/pages/plugins/coin/cash-list/cash-list.vue
+++ b/pages/plugins/coin/cash-list/cash-list.vue
@@ -177,6 +177,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/cash/cash.vue b/pages/plugins/coin/cash/cash.vue
index 5680e54e..ecac911d 100644
--- a/pages/plugins/coin/cash/cash.vue
+++ b/pages/plugins/coin/cash/cash.vue
@@ -156,6 +156,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/collection/collection.vue b/pages/plugins/coin/collection/collection.vue
index 35741c75..787515d3 100644
--- a/pages/plugins/coin/collection/collection.vue
+++ b/pages/plugins/coin/collection/collection.vue
@@ -49,6 +49,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/convert-list/convert-list.vue b/pages/plugins/coin/convert-list/convert-list.vue
index 2dadd89d..b9922fe4 100644
--- a/pages/plugins/coin/convert-list/convert-list.vue
+++ b/pages/plugins/coin/convert-list/convert-list.vue
@@ -149,6 +149,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/convert/convert.vue b/pages/plugins/coin/convert/convert.vue
index 8fb68ffd..7bd5aca6 100644
--- a/pages/plugins/coin/convert/convert.vue
+++ b/pages/plugins/coin/convert/convert.vue
@@ -138,6 +138,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
this.init();
diff --git a/pages/plugins/coin/detail/detail.vue b/pages/plugins/coin/detail/detail.vue
index 76b011b7..b2a09eea 100644
--- a/pages/plugins/coin/detail/detail.vue
+++ b/pages/plugins/coin/detail/detail.vue
@@ -187,6 +187,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/recharge-list/recharge-list.vue b/pages/plugins/coin/recharge-list/recharge-list.vue
index 3c5e9f62..173bc262 100644
--- a/pages/plugins/coin/recharge-list/recharge-list.vue
+++ b/pages/plugins/coin/recharge-list/recharge-list.vue
@@ -178,6 +178,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/recharge-pay/recharge-pay.vue b/pages/plugins/coin/recharge-pay/recharge-pay.vue
index 59b34cf9..fdac4ccd 100644
--- a/pages/plugins/coin/recharge-pay/recharge-pay.vue
+++ b/pages/plugins/coin/recharge-pay/recharge-pay.vue
@@ -94,6 +94,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/coin/recharge/recharge.vue b/pages/plugins/coin/recharge/recharge.vue
index 5a5e848d..5d0d640c 100644
--- a/pages/plugins/coin/recharge/recharge.vue
+++ b/pages/plugins/coin/recharge/recharge.vue
@@ -159,6 +159,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/transaction-list/transaction-list.vue b/pages/plugins/coin/transaction-list/transaction-list.vue
index 2f9228bc..661b04bc 100644
--- a/pages/plugins/coin/transaction-list/transaction-list.vue
+++ b/pages/plugins/coin/transaction-list/transaction-list.vue
@@ -206,6 +206,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/transfer-list/transfer-list.vue b/pages/plugins/coin/transfer-list/transfer-list.vue
index ecc077eb..629fa729 100644
--- a/pages/plugins/coin/transfer-list/transfer-list.vue
+++ b/pages/plugins/coin/transfer-list/transfer-list.vue
@@ -114,6 +114,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/transfer/transfer.vue b/pages/plugins/coin/transfer/transfer.vue
index f0ea42b0..8e17f7d7 100644
--- a/pages/plugins/coin/transfer/transfer.vue
+++ b/pages/plugins/coin/transfer/transfer.vue
@@ -95,6 +95,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
diff --git a/pages/plugins/coin/user/user.vue b/pages/plugins/coin/user/user.vue
index 048fff1b..2bc1deea 100644
--- a/pages/plugins/coin/user/user.vue
+++ b/pages/plugins/coin/user/user.vue
@@ -144,6 +144,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
this.init();
diff --git a/pages/plugins/complaint/form/form.vue b/pages/plugins/complaint/form/form.vue
index f2f1e616..0020d10d 100644
--- a/pages/plugins/complaint/form/form.vue
+++ b/pages/plugins/complaint/form/form.vue
@@ -97,12 +97,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
user: app.globalData.get_user_cache_info() || null,
});
diff --git a/pages/plugins/complaint/user/user.vue b/pages/plugins/complaint/user/user.vue
index 18b7377b..0cddf661 100644
--- a/pages/plugins/complaint/user/user.vue
+++ b/pages/plugins/complaint/user/user.vue
@@ -1,18 +1,18 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
- {{item.add_time}}
- {{ item.status_name }}
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+ {{item.add_time}}
+ {{ item.status_name }}
@@ -20,22 +20,22 @@
-
+
-
+
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -48,88 +48,88 @@
{{$t('common.add')}}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/coupon/detail/detail.vue b/pages/plugins/coupon/detail/detail.vue
index 29ab8d8d..849ad1b9 100644
--- a/pages/plugins/coupon/detail/detail.vue
+++ b/pages/plugins/coupon/detail/detail.vue
@@ -1,203 +1,206 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/coupon/index/index.vue b/pages/plugins/coupon/index/index.vue
index f7399329..d6860ccb 100644
--- a/pages/plugins/coupon/index/index.vue
+++ b/pages/plugins/coupon/index/index.vue
@@ -1,228 +1,231 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ },
+
+ // 页面滚动监听
+ onPageScroll(res) {
+ uni.$emit('onPageScroll', res);
+ },
+ },
+ };
+
+
diff --git a/pages/plugins/coupon/shop/shop.vue b/pages/plugins/coupon/shop/shop.vue
index f12de9e7..8f3de182 100644
--- a/pages/plugins/coupon/shop/shop.vue
+++ b/pages/plugins/coupon/shop/shop.vue
@@ -1,166 +1,169 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/coupon/user/user.vue b/pages/plugins/coupon/user/user.vue
index 8ed37de0..b6769539 100644
--- a/pages/plugins/coupon/user/user.vue
+++ b/pages/plugins/coupon/user/user.vue
@@ -1,197 +1,200 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/delivery/logistics/logistics.vue b/pages/plugins/delivery/logistics/logistics.vue
index 18aa740e..4dadcb93 100644
--- a/pages/plugins/delivery/logistics/logistics.vue
+++ b/pages/plugins/delivery/logistics/logistics.vue
@@ -79,6 +79,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/delivery/order-detail/order-detail.vue b/pages/plugins/delivery/order-detail/order-detail.vue
index cb577787..8d3f6677 100644
--- a/pages/plugins/delivery/order-detail/order-detail.vue
+++ b/pages/plugins/delivery/order-detail/order-detail.vue
@@ -135,6 +135,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/delivery/order/order.vue b/pages/plugins/delivery/order/order.vue
index ec1000ba..4090ee68 100644
--- a/pages/plugins/delivery/order/order.vue
+++ b/pages/plugins/delivery/order/order.vue
@@ -278,6 +278,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/extraction-apply/extraction-apply.vue b/pages/plugins/distribution/extraction-apply/extraction-apply.vue
index e9625648..e3be393d 100644
--- a/pages/plugins/distribution/extraction-apply/extraction-apply.vue
+++ b/pages/plugins/distribution/extraction-apply/extraction-apply.vue
@@ -125,6 +125,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/extraction-order/extraction-order.vue b/pages/plugins/distribution/extraction-order/extraction-order.vue
index 6ed602c7..4d720262 100644
--- a/pages/plugins/distribution/extraction-order/extraction-order.vue
+++ b/pages/plugins/distribution/extraction-order/extraction-order.vue
@@ -1,53 +1,53 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
- {{ item.add_time }}
- {{ item.status_name }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+ {{ item.add_time }}
+ {{ item.status_name }}
+
+
+
+
+ {{ fv.name }}
+ {{ item[fv.field] }}
+ {{ fv.unit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -56,17 +56,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -75,188 +75,191 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/distribution/extraction-switch/extraction-switch.vue b/pages/plugins/distribution/extraction-switch/extraction-switch.vue
index 15f7a009..ae7a4c04 100644
--- a/pages/plugins/distribution/extraction-switch/extraction-switch.vue
+++ b/pages/plugins/distribution/extraction-switch/extraction-switch.vue
@@ -1,299 +1,302 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ item.alias }}
- {{ item.name }}
- {{ item.tel }}
-
-
-
- {{ item.province_name || "" }}{{ item.city_name || "" }}{{ item.county_name || "" }}{{ item.address || "" }}
-
-
-
-
-
- {{$t('extraction-switch.extraction-switch.w94x36')}}
- {{ item.distance_value }}
- {{ item.distance_unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.alias }}
+ {{ item.name }}
+ {{ item.tel }}
+
+
+
+ {{ item.province_name || "" }}{{ item.city_name || "" }}{{ item.county_name || "" }}{{ item.address || "" }}
+
+
+
+
+
+ {{$t('extraction-switch.extraction-switch.w94x36')}}
+ {{ item.distance_value }}
+ {{ item.distance_unit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/distribution/extraction/extraction.vue b/pages/plugins/distribution/extraction/extraction.vue
index 585dae8c..3f10bb11 100644
--- a/pages/plugins/distribution/extraction/extraction.vue
+++ b/pages/plugins/distribution/extraction/extraction.vue
@@ -1,241 +1,244 @@
-
-
-
-
-
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('extraction.extraction.j0o47u')}}
-
-
-
-
-
-
-
-
-
-
-
- {{$t('extraction.extraction.60601g')}}
- {{$t('extraction.extraction.48rp75')}}
-
-
-
- {{ extraction.alias }}
- {{ extraction.province_name }}{{ extraction.city_name }}{{ extraction.county_name }}{{ extraction.address }}
-
-
-
-
-
-
- {{$t('extraction.extraction.641gp7')}}
- {{$t('extraction.extraction.wcv68q')}}
-
-
-
-
- {{$t('extraction.extraction.53h4fj')}}
- {{ statistical.order_wait || 0 }}
-
-
- {{$t('extraction.extraction.wq25fk')}}
- {{ statistical.order_already || 0 }}
-
-
-
-
-
-
-
- {{ item }}
-
-
-
-
-
-
- {{$t('extraction.extraction.864dtt')}}
-
-
-
-
-
- {{$t('extraction.extraction.11825x')}}
-
- {{$t('extraction.extraction.w6hg74')}}
- {{ extraction.fail_reason }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('extraction.extraction.j0o47u')}}
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('extraction.extraction.60601g')}}
+ {{$t('extraction.extraction.48rp75')}}
+
+
+
+ {{ extraction.alias }}
+ {{ extraction.province_name }}{{ extraction.city_name }}{{ extraction.county_name }}{{ extraction.address }}
+
+
+
+
+
+
+ {{$t('extraction.extraction.641gp7')}}
+ {{$t('extraction.extraction.wcv68q')}}
+
+
+
+
+ {{$t('extraction.extraction.53h4fj')}}
+ {{ statistical.order_wait || 0 }}
+
+
+ {{$t('extraction.extraction.wq25fk')}}
+ {{ statistical.order_already || 0 }}
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+ {{$t('extraction.extraction.864dtt')}}
+
+
+
+
+
+ {{$t('extraction.extraction.11825x')}}
+
+ {{$t('extraction.extraction.w6hg74')}}
+ {{ extraction.fail_reason }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/distribution/introduce/introduce.vue b/pages/plugins/distribution/introduce/introduce.vue
index 7ff64efc..a310892d 100644
--- a/pages/plugins/distribution/introduce/introduce.vue
+++ b/pages/plugins/distribution/introduce/introduce.vue
@@ -1,177 +1,180 @@
-
-
-
-
-
-
-
- {{ item.name }}
-
-
- {{$t('introduce.introduce.017d67')}}
-
-
-
-
-
- {{$t('introduce.introduce.el4ib2')}}
-
- {{$t('introduce.introduce.syf66q')}}{{ item.level_rate_one }}%
- {{$t('introduce.introduce.q4t9kl')}}{{ item.level_rate_two }}%
- {{$t('introduce.introduce.e5os6e')}}{{ item.level_rate_three }}%
-
-
-
- {{$t('introduce.introduce.d7kle4')}}
-
-
- {{ item.rules_msg_list.name }}
-
-
-
-
- {{ rv.name }}
- {{ rv.value }}
-
-
-
-
- {{$t('introduce.introduce.5t5vzi')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+ {{$t('introduce.introduce.017d67')}}
+
+
+
+
+
+ {{$t('introduce.introduce.el4ib2')}}
+
+ {{$t('introduce.introduce.syf66q')}}{{ item.level_rate_one }}%
+ {{$t('introduce.introduce.q4t9kl')}}{{ item.level_rate_two }}%
+ {{$t('introduce.introduce.e5os6e')}}{{ item.level_rate_three }}%
+
+
+
+ {{$t('introduce.introduce.d7kle4')}}
+
+
+ {{ item.rules_msg_list.name }}
+
+
+
+
+ {{ rv.name }}
+ {{ rv.value }}
+
+
+
+
+ {{$t('introduce.introduce.5t5vzi')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/distribution/map/map.vue b/pages/plugins/distribution/map/map.vue
index d1e8a343..2a84ff96 100644
--- a/pages/plugins/distribution/map/map.vue
+++ b/pages/plugins/distribution/map/map.vue
@@ -101,6 +101,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/order-detail/order-detail.vue b/pages/plugins/distribution/order-detail/order-detail.vue
index 24e0cc5b..e6612c50 100644
--- a/pages/plugins/distribution/order-detail/order-detail.vue
+++ b/pages/plugins/distribution/order-detail/order-detail.vue
@@ -87,6 +87,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/order/order.vue b/pages/plugins/distribution/order/order.vue
index 4ad438e1..7b71ecdf 100644
--- a/pages/plugins/distribution/order/order.vue
+++ b/pages/plugins/distribution/order/order.vue
@@ -1,213 +1,216 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
- {{ item.user_name_view || "" }}
- {{ item.order_status_name }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_is_loading: 0,
+ });
+ if (app.globalData.is_login_check(res.data, this, "get_data_list")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 导航事件
+ nav_event(e) {
+ this.setData({
+ nav_status_index: e.currentTarget.dataset.index || 0,
+ data_page: 1,
+ data_list: [],
+ data_list_loding_status: 1,
+ data_bottom_line_status: false
+ });
+ this.get_data_list(1);
+ },
+
+ // 头像查看
+ avatar_event(e) {
+ var value = e.currentTarget.dataset.value || null;
+ if (value != null) {
+ uni.previewImage({
+ current: value,
+ urls: [value],
+ });
+ } else {
+ app.globalData.showToast(this.$t('order.order.p3scy0'));
+ }
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/distribution/poster/poster.vue b/pages/plugins/distribution/poster/poster.vue
index 8d2e6896..59971156 100644
--- a/pages/plugins/distribution/poster/poster.vue
+++ b/pages/plugins/distribution/poster/poster.vue
@@ -1,225 +1,228 @@
-
-
-
-
-
- {{$t('poster.poster.rbdj4b')}}
- {{$t('poster.poster.m54q3e')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('poster.poster.9y4bwq')}}
- {{$t('poster.poster.h212v8')}}
-
-
-
-
-
-
-
-
-
-
- {{$t('poster.poster.r534xd')}}
- {{$t('poster.poster.vn36y7')}}
- {{ user_share_url }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{$t('poster.poster.rbdj4b')}}
+ {{$t('poster.poster.m54q3e')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('poster.poster.9y4bwq')}}
+ {{$t('poster.poster.h212v8')}}
+
+
+
+
+
+
+
+
+
+
+ {{$t('poster.poster.r534xd')}}
+ {{$t('poster.poster.vn36y7')}}
+ {{ user_share_url }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/distribution/profit-detail/profit-detail.vue b/pages/plugins/distribution/profit-detail/profit-detail.vue
index a88b3e6b..f74e9291 100644
--- a/pages/plugins/distribution/profit-detail/profit-detail.vue
+++ b/pages/plugins/distribution/profit-detail/profit-detail.vue
@@ -1,140 +1,143 @@
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/distribution/profit/profit.vue b/pages/plugins/distribution/profit/profit.vue
index 8fbfb20b..fdb6c638 100644
--- a/pages/plugins/distribution/profit/profit.vue
+++ b/pages/plugins/distribution/profit/profit.vue
@@ -1,208 +1,211 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
- {{ item.add_time }}
- {{ item.status_name }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_is_loading: 0,
+ });
+ if (app.globalData.is_login_check(res.data, this, "get_data_list")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 导航事件
+ nav_event(e) {
+ this.setData({
+ nav_status_index: e.currentTarget.dataset.index || 0,
+ data_page: 1,
+ data_list: [],
+ data_list_loding_status: 1,
+ data_bottom_line_status: false
+ });
+ this.get_data_list(1);
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/distribution/promotion-order/promotion-order.vue b/pages/plugins/distribution/promotion-order/promotion-order.vue
index f9de180e..4f3e980d 100644
--- a/pages/plugins/distribution/promotion-order/promotion-order.vue
+++ b/pages/plugins/distribution/promotion-order/promotion-order.vue
@@ -1,209 +1,212 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
- {{ item.user_name_view || "" }}
- {{ item.order_status_name }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_is_loading: 0,
+ });
+ if (app.globalData.is_login_check(res.data, this, "get_data_list")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 导航事件
+ nav_event(e) {
+ this.setData({
+ nav_type_index: e.currentTarget.dataset.index || 0,
+ data_page: 1,
+ data_list: [],
+ data_list_loding_status: 1,
+ data_bottom_line_status: false
+ });
+ this.get_data_list(1);
+ },
+
+ // 头像查看
+ avatar_event(e) {
+ var value = e.currentTarget.dataset.value || null;
+ if (value != null) {
+ uni.previewImage({
+ current: value,
+ urls: [value],
+ });
+ } else {
+ app.globalData.showToast(this.$t('order.order.p3scy0'));
+ }
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/distribution/promotion-user/promotion-user.vue b/pages/plugins/distribution/promotion-user/promotion-user.vue
index 2134e8ab..a2849f77 100644
--- a/pages/plugins/distribution/promotion-user/promotion-user.vue
+++ b/pages/plugins/distribution/promotion-user/promotion-user.vue
@@ -1,237 +1,240 @@
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
- {{ item.user_name_view || "" }}
- {{ item.add_time }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] || fv.default }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_is_loading: 0,
+ });
+ if (app.globalData.is_login_check(res.data, this, "get_data_list")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 头像查看
+ avatar_event(e) {
+ var value = e.currentTarget.dataset.value || null;
+ if (value != null) {
+ uni.previewImage({
+ current: value,
+ urls: [value],
+ });
+ } else {
+ app.globalData.showToast(this.$t('order.order.p3scy0'));
+ }
+ },
+
+ // 用户订单事件
+ user_order_event(e) {
+ var value = e.currentTarget.dataset.value;
+ app.globalData.url_open('/pages/plugins/distribution/order/order?uid=' + value);
+ },
+
+ // 导航事件
+ nav_event(e) {
+ this.setData({
+ nav_type_index: e.currentTarget.dataset.index || 0,
+ data_page: 1,
+ data_list: [],
+ data_list_loding_status: 1,
+ data_bottom_line_status: false
+ });
+ this.get_data_list(1);
+ },
+
+ // 文本事件
+ text_event(e) {
+ app.globalData.text_event_handle(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/distribution/recommend-detail/recommend-detail.vue b/pages/plugins/distribution/recommend-detail/recommend-detail.vue
index 2ba7a821..7ce8ca57 100644
--- a/pages/plugins/distribution/recommend-detail/recommend-detail.vue
+++ b/pages/plugins/distribution/recommend-detail/recommend-detail.vue
@@ -114,6 +114,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/recommend-form/recommend-form.vue b/pages/plugins/distribution/recommend-form/recommend-form.vue
index 668c6855..ade2a317 100644
--- a/pages/plugins/distribution/recommend-form/recommend-form.vue
+++ b/pages/plugins/distribution/recommend-form/recommend-form.vue
@@ -159,6 +159,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/recommend-list/recommend-list.vue b/pages/plugins/distribution/recommend-list/recommend-list.vue
index b336c0ca..ed7150f1 100644
--- a/pages/plugins/distribution/recommend-list/recommend-list.vue
+++ b/pages/plugins/distribution/recommend-list/recommend-list.vue
@@ -80,6 +80,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/team/team.vue b/pages/plugins/distribution/team/team.vue
index 3638041f..25262d09 100644
--- a/pages/plugins/distribution/team/team.vue
+++ b/pages/plugins/distribution/team/team.vue
@@ -1,283 +1,286 @@
-
-
-
-
-
- {{$t('team.team.784249')}}
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
- {{$t('team.team.2ny6k1')}}
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
- {{$t('team.team.2i4k79')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.user_name_view || "" }}
- {{ item.add_time }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] || fv.default }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 0,
+ data_is_loading: 0,
+ });
+ if (app.globalData.is_login_check(res.data, this, "get_data_list")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_is_loading: 0,
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 头像查看
+ avatar_event(e) {
+ var value = e.currentTarget.dataset.value || null;
+ if (value != null) {
+ uni.previewImage({
+ current: value,
+ urls: [value],
+ });
+ } else {
+ app.globalData.showToast(this.$t('order.order.p3scy0'));
+ }
+ },
+
+ // 用户订单事件
+ user_order_event(e) {
+ var value = e.currentTarget.dataset.value;
+ app.globalData.url_open('/pages/plugins/distribution/order/order?uid=' + value);
+ },
+
+ // 搜索条件事件
+ search_cholce_event(e) {
+ var value = e.currentTarget.dataset.value;
+ var temp_data = this.nav_search_value;
+ temp_data[value] = e.detail.value;
+ this.setData({
+ nav_search_value: temp_data,
+ });
+ },
+
+ // 搜索重置事件
+ search_reset_event(e) {
+ var temp_data = this.nav_search_value;
+ var arr_field = ["team_search_buy_type", "team_search_order_time_reverse", "team_search_user_time_reverse"];
+ for (var i in temp_data) {
+ temp_data[i] = arr_field.indexOf(i) == -1 ? "" : [];
+ }
+ this.setData({
+ nav_search_value: temp_data,
+ data_page: 1,
+ });
+ this.get_data_list(1);
+ },
+
+ // 搜索确认事件
+ search_submit_event(e) {
+ this.setData({
+ data_page: 1,
+ });
+ this.get_data_list(1);
+ },
+
+ // 文本事件
+ text_event(e) {
+ app.globalData.text_event_handle(e);
+ },
+ },
+ };
+
+
diff --git a/pages/plugins/distribution/user/user.vue b/pages/plugins/distribution/user/user.vue
index c428c0b4..7a2cc102 100644
--- a/pages/plugins/distribution/user/user.vue
+++ b/pages/plugins/distribution/user/user.vue
@@ -324,6 +324,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/visit-form/visit-form.vue b/pages/plugins/distribution/visit-form/visit-form.vue
index 03e8b4c9..8ab087f6 100644
--- a/pages/plugins/distribution/visit-form/visit-form.vue
+++ b/pages/plugins/distribution/visit-form/visit-form.vue
@@ -93,6 +93,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/distribution/visit-list/visit-list.vue b/pages/plugins/distribution/visit-list/visit-list.vue
index b32ceb19..2704dcf5 100644
--- a/pages/plugins/distribution/visit-list/visit-list.vue
+++ b/pages/plugins/distribution/visit-list/visit-list.vue
@@ -79,6 +79,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/excellentbuyreturntocash/profit-detail/profit-detail.vue b/pages/plugins/excellentbuyreturntocash/profit-detail/profit-detail.vue
index 576d14bc..5dbd7715 100644
--- a/pages/plugins/excellentbuyreturntocash/profit-detail/profit-detail.vue
+++ b/pages/plugins/excellentbuyreturntocash/profit-detail/profit-detail.vue
@@ -1,142 +1,145 @@
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/excellentbuyreturntocash/profit/profit.vue b/pages/plugins/excellentbuyreturntocash/profit/profit.vue
index 4027d2e7..4505da5c 100644
--- a/pages/plugins/excellentbuyreturntocash/profit/profit.vue
+++ b/pages/plugins/excellentbuyreturntocash/profit/profit.vue
@@ -1,216 +1,219 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
- {{ item.add_time }}
- {{ item.status_name }}
-
-
-
-
- {{ fv.name }}
- {{ item[fv.field] }}
- {{ fv.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ }
+ } else {
+ this.setData({
+ data_list_loding_status: 2,
+ data_list_loding_msg: res.data.msg,
+ data_is_loading: 0,
+ });
+ if (app.globalData.is_login_check(res.data, this, "get_data_list")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ if(this.data_page > 1) {
+ uni.hideLoading();
+ }
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ data_is_loading: 0,
+ });
+ },
+ });
+ },
+
+ // 订单详情
+ list_submit_order_event(e) {
+ var oid = e.currentTarget.dataset.oid || null;
+ if (oid != null) {
+ app.globalData.url_open('/pages/user-order-detail/user-order-detail?id=' + oid);
+ } else {
+ app.globalData.showToast(this.$t('profit.profit.5c7sof'));
+ }
+ },
+
+ // 立即结算事件
+ list_submit_settlement_event(e) {
+ var index = e.currentTarget.dataset.index || 0;
+ uni.showLoading({
+ title: this.$t('common.processing_in_text'),
+ });
+ uni.request({
+ url: app.globalData.get_request_url("auto", "profit", "excellentbuyreturntocash"),
+ method: "POST",
+ data: {
+ id: this.data_list[index]["id"],
+ },
+ dataType: "json",
+ success: (res) => {
+ uni.hideLoading();
+ if (res.data.code == 0) {
+ var temp_data_list = this.data_list;
+ temp_data_list[index]["status"] = 3;
+ temp_data_list[index]["status_name"] = this.$t('profit.profit.l5knxu');
+ this.setData({
+ data_list: temp_data_list,
+ });
+ app.globalData.showToast(res.data.msg, "success");
+ } else {
+ app.globalData.alert({
+ msg: res.data.msg,
+ is_show_cancel: 0,
+ });
+ }
+ },
+ fail: () => {
+ uni.hideLoading();
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 滚动加载
+ scroll_lower(e) {
+ this.get_data_list();
+ },
+
+ // 导航事件
+ nav_event(e) {
+ this.setData({
+ nav_status_index: e.currentTarget.dataset.index || 0,
+ data_page: 1,
+ data_list: [],
+ data_list_loding_status: 1,
+ data_bottom_line_status: false
+ });
+ this.get_data_list(1);
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
+
diff --git a/pages/plugins/exchangerate/currency/currency.vue b/pages/plugins/exchangerate/currency/currency.vue
index d19de90b..b4d1e760 100644
--- a/pages/plugins/exchangerate/currency/currency.vue
+++ b/pages/plugins/exchangerate/currency/currency.vue
@@ -1,187 +1,190 @@
-
-
-
-
-
-
-
- {{item.name}}
- {{item.symbol}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/express/detail/detail.vue b/pages/plugins/express/detail/detail.vue
index 99513fb1..563a0fb9 100644
--- a/pages/plugins/express/detail/detail.vue
+++ b/pages/plugins/express/detail/detail.vue
@@ -1,165 +1,168 @@
-
-
-
-
-
- {{ item.show_name }}
-
-
-
-
-
-
-
-
- {{ express_info.name }}
- {{ express_info.number }}
-
-
- {{ express_info.note }}
- {{ express_info.msg }}
-
-
-
-
- {{ item.desc }}
- {{ item.time }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ item.show_name }}
+
+
+
+
+
+
+
+
+ {{ express_info.name }}
+ {{ express_info.number }}
+
+
+ {{ express_info.note }}
+ {{ express_info.msg }}
+
+
+
+
+ {{ item.desc }}
+ {{ item.time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/form/check/check.vue b/pages/plugins/form/check/check.vue
index 321d6b45..d373acd7 100644
--- a/pages/plugins/form/check/check.vue
+++ b/pages/plugins/form/check/check.vue
@@ -100,6 +100,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/friendpay/pay/index.vue b/pages/plugins/friendpay/pay/index.vue
index 257ae182..227a7920 100644
--- a/pages/plugins/friendpay/pay/index.vue
+++ b/pages/plugins/friendpay/pay/index.vue
@@ -128,11 +128,11 @@
},
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 参数处理
- params = app.globalData.launch_params_handle(params);
this.setData({
params: params,
id: params.id || params.i || '',
diff --git a/pages/plugins/friendpay/pay/success.vue b/pages/plugins/friendpay/pay/success.vue
index fe64db4c..c2f7c6cd 100644
--- a/pages/plugins/friendpay/pay/success.vue
+++ b/pages/plugins/friendpay/pay/success.vue
@@ -43,11 +43,11 @@
},
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 参数处理
- params = app.globalData.launch_params_handle(params);
this.setData({
id: params.id || params.i || '',
});
diff --git a/pages/plugins/friendpay/share/detail.vue b/pages/plugins/friendpay/share/detail.vue
index 4c2bf5b2..91f5e9db 100644
--- a/pages/plugins/friendpay/share/detail.vue
+++ b/pages/plugins/friendpay/share/detail.vue
@@ -49,11 +49,11 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 参数处理
- params = app.globalData.launch_params_handle(params);
this.setData({
params: params,
list_type: (params.type || null) == 'payer' ? 'payer' : 'owner',
diff --git a/pages/plugins/friendpay/share/list.vue b/pages/plugins/friendpay/share/list.vue
index 84b06c48..36eaef78 100644
--- a/pages/plugins/friendpay/share/list.vue
+++ b/pages/plugins/friendpay/share/list.vue
@@ -57,12 +57,12 @@
componentBottomLine,
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 是否指定列表类型
if ((params.type || null) != null && params.type == 'payer') {
this.setData({
diff --git a/pages/plugins/friendpay/share/share.vue b/pages/plugins/friendpay/share/share.vue
index 1b823cc2..71fb8421 100644
--- a/pages/plugins/friendpay/share/share.vue
+++ b/pages/plugins/friendpay/share/share.vue
@@ -124,12 +124,15 @@
},
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
onShow() {
diff --git a/pages/plugins/giftcard/form/form.vue b/pages/plugins/giftcard/form/form.vue
index bddc249a..8c1ff0d4 100644
--- a/pages/plugins/giftcard/form/form.vue
+++ b/pages/plugins/giftcard/form/form.vue
@@ -54,6 +54,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/giftcard/index/index.vue b/pages/plugins/giftcard/index/index.vue
index 01e367ba..babcdb32 100644
--- a/pages/plugins/giftcard/index/index.vue
+++ b/pages/plugins/giftcard/index/index.vue
@@ -1,273 +1,276 @@
-
-
-
-
-
-
-
-
- {{ $t('giftcard-index.giftcard-index.87ytyh') }}:
- {{ item.data_type_name }}
-
-
- {{ $t('giftcard-index.giftcard-index.hfg2fg') }}:
- {{ item.secret_key }}
-
-
- {{ $t('giftcard-index.giftcard-index.fyjnsd') }}:
- {{ item.secret_value_text }}
- {{ $t('common.view_text') }}
- {{ $t('common.view_text') }}
- {{ $t('common.view_text') }}
-
-
- {{$t('giftcard-index.giftcard-index.fyjnsd')}}
-
-
- {{items.title}}
- {{(item.use_data || null) == null ? $t('common.place_order_text') : $t('common.view_text') }}
-
-
- {{ $t('common.no_relevant_data_tips') }}
-
-
-
- {{ fv.name }}:
- {{ item[fv.field] }}
- {{ fv.unit }}
-
-
-
- {{$t('giftcard-index.giftcard-index.6redfg')}}
-
-
- {{$t('user-order-detail.user-order-detail.n18sd2')}}:
- {{uv.order_no}}
-
-
- {{$t('user-order-detail.user-order-detail.yghjkf')}}:
- {{uv.goods_title}}
-
-
- {{$t('common.use_time')}}:
- {{uv.use_time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/givegift/code/code.vue b/pages/plugins/givegift/code/code.vue
index 21e4110f..e31d00bf 100644
--- a/pages/plugins/givegift/code/code.vue
+++ b/pages/plugins/givegift/code/code.vue
@@ -1,298 +1,298 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
- {{item.use_user.user_name_view}}
-
- {{ item.status_name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/givegift/gift-detail/gift-detail.vue b/pages/plugins/givegift/gift-detail/gift-detail.vue
index 9d8ef398..915912af 100644
--- a/pages/plugins/givegift/gift-detail/gift-detail.vue
+++ b/pages/plugins/givegift/gift-detail/gift-detail.vue
@@ -1,5 +1,5 @@
-
-
+
+
@@ -10,126 +10,129 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ }
+ },
+ };
+
\ No newline at end of file
diff --git a/pages/plugins/givegift/gift/gift.vue b/pages/plugins/givegift/gift/gift.vue
index be3c7602..56492df4 100644
--- a/pages/plugins/givegift/gift/gift.vue
+++ b/pages/plugins/givegift/gift/gift.vue
@@ -154,12 +154,12 @@
componentPopup
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 是否指定状态
var nav_status_index = 0;
if ((params.status || null) != null) {
diff --git a/pages/plugins/givegift/goods/goods.vue b/pages/plugins/givegift/goods/goods.vue
index fabdca70..54d1a2bb 100644
--- a/pages/plugins/givegift/goods/goods.vue
+++ b/pages/plugins/givegift/goods/goods.vue
@@ -138,12 +138,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/givegift/receive/receive.vue b/pages/plugins/givegift/receive/receive.vue
index 4fc606fe..580494b3 100644
--- a/pages/plugins/givegift/receive/receive.vue
+++ b/pages/plugins/givegift/receive/receive.vue
@@ -84,12 +84,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/goodscompare/index/index.vue b/pages/plugins/goodscompare/index/index.vue
index 0ef1ffc4..d1e1ed43 100644
--- a/pages/plugins/goodscompare/index/index.vue
+++ b/pages/plugins/goodscompare/index/index.vue
@@ -1,4 +1,4 @@
-
+
@@ -97,98 +97,100 @@
-
-
-
-
-
-
-
+ },
+
+ // url事件
+ url_event(e) {
+ app.globalData.url_event(e);
+ }
+ },
+ };
+
\ No newline at end of file
diff --git a/pages/plugins/groupbuy/detail/detail.vue b/pages/plugins/groupbuy/detail/detail.vue
index 71a983b7..aefda2bc 100644
--- a/pages/plugins/groupbuy/detail/detail.vue
+++ b/pages/plugins/groupbuy/detail/detail.vue
@@ -172,11 +172,11 @@
componentSharePopup,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params || {});
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 参数处理
- params = app.globalData.launch_params_handle(params || {});
this.setData({
params: params || {},
});
diff --git a/pages/plugins/groupbuy/index/index.vue b/pages/plugins/groupbuy/index/index.vue
index c0792853..a47139c5 100644
--- a/pages/plugins/groupbuy/index/index.vue
+++ b/pages/plugins/groupbuy/index/index.vue
@@ -77,6 +77,9 @@
componentGroupbuyPlayRules,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/groupbuy/order/order.vue b/pages/plugins/groupbuy/order/order.vue
index 4deb9161..b2e2045e 100644
--- a/pages/plugins/groupbuy/order/order.vue
+++ b/pages/plugins/groupbuy/order/order.vue
@@ -124,12 +124,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params || {});
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
this.setData({
params: params || {},
search_keywords: params.order_no || params.keywords || '',
diff --git a/pages/plugins/groupbuy/team/team.vue b/pages/plugins/groupbuy/team/team.vue
index 2f1173fa..4f1d51bf 100644
--- a/pages/plugins/groupbuy/team/team.vue
+++ b/pages/plugins/groupbuy/team/team.vue
@@ -148,11 +148,11 @@
componentCountdown,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params || {});
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 参数处理
- params = app.globalData.launch_params_handle(params || {});
this.setData({
params: params || {},
});
diff --git a/pages/plugins/hospital/patient-list/patient-list.vue b/pages/plugins/hospital/patient-list/patient-list.vue
index 6a5528e8..fbcdb765 100644
--- a/pages/plugins/hospital/patient-list/patient-list.vue
+++ b/pages/plugins/hospital/patient-list/patient-list.vue
@@ -68,6 +68,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/hospital/patient/patient.vue b/pages/plugins/hospital/patient/patient.vue
index bc91aad8..78f7a71c 100644
--- a/pages/plugins/hospital/patient/patient.vue
+++ b/pages/plugins/hospital/patient/patient.vue
@@ -184,6 +184,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/hospital/prescription/prescription.vue b/pages/plugins/hospital/prescription/prescription.vue
index 3eb171b2..98127478 100644
--- a/pages/plugins/hospital/prescription/prescription.vue
+++ b/pages/plugins/hospital/prescription/prescription.vue
@@ -123,6 +123,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/intellectstools/goods-comments/goods-comments.vue b/pages/plugins/intellectstools/goods-comments/goods-comments.vue
index 79e355d3..8bff1afc 100644
--- a/pages/plugins/intellectstools/goods-comments/goods-comments.vue
+++ b/pages/plugins/intellectstools/goods-comments/goods-comments.vue
@@ -77,6 +77,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/invoice/business/business.vue b/pages/plugins/invoice/business/business.vue
index d9945cbc..0e8af4f3 100644
--- a/pages/plugins/invoice/business/business.vue
+++ b/pages/plugins/invoice/business/business.vue
@@ -83,6 +83,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/invoice/invoice-detail/invoice-detail.vue b/pages/plugins/invoice/invoice-detail/invoice-detail.vue
index d02e092d..e5161761 100644
--- a/pages/plugins/invoice/invoice-detail/invoice-detail.vue
+++ b/pages/plugins/invoice/invoice-detail/invoice-detail.vue
@@ -1,140 +1,143 @@
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
- {{ item.title }}
-
+
+
+ {{ item.title }}
+
{{$t('invoice-detail.invoice-detail.4tu3v3')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ field_list: data.field_list || [],
+ data_list_loding_status: 3,
+ data_bottom_line_status: true,
+ data_list_loding_msg: "",
+ });
+ } else {
+ this.setData({
+ data_list_loding_status: 2,
+ data_bottom_line_status: false,
+ data_list_loding_msg: res.data.msg,
+ });
+ if (app.globalData.is_login_check(res.data, this, "init")) {
+ app.globalData.showToast(res.data.msg);
+ }
+ }
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_list_loding_status: 2,
+ data_bottom_line_status: false,
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+
+ // 电子发票复制
+ electronic_invoice_event(e) {
+ app.globalData.text_copy_event(e);
+ },
+ },
+ };
+
+
diff --git a/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue b/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue
index b44e8dfc..a3f89d57 100644
--- a/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue
+++ b/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue
@@ -91,6 +91,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/invoice/invoice/invoice.vue b/pages/plugins/invoice/invoice/invoice.vue
index 359b7601..ea7574bc 100644
--- a/pages/plugins/invoice/invoice/invoice.vue
+++ b/pages/plugins/invoice/invoice/invoice.vue
@@ -103,6 +103,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/invoice/order/order.vue b/pages/plugins/invoice/order/order.vue
index c9bdd62c..e175d56e 100644
--- a/pages/plugins/invoice/order/order.vue
+++ b/pages/plugins/invoice/order/order.vue
@@ -77,6 +77,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/label/detail/detail.vue b/pages/plugins/label/detail/detail.vue
index 0a2e05f2..20108248 100644
--- a/pages/plugins/label/detail/detail.vue
+++ b/pages/plugins/label/detail/detail.vue
@@ -1,352 +1,355 @@
-
-
-
-
-
- {{ label.name }}
- {{$t('detail.detail.025362')}}{{ data_total }}{{$t('detail.detail.0av5r9')}}
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ label.name }}
+ {{$t('detail.detail.025362')}}{{ data_total }}{{$t('detail.detail.0av5r9')}}
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/live/index/index.vue b/pages/plugins/live/index/index.vue
index 84e204cc..dbd273a0 100644
--- a/pages/plugins/live/index/index.vue
+++ b/pages/plugins/live/index/index.vue
@@ -138,6 +138,9 @@ export default {
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/live/search-record/search-record.vue b/pages/plugins/live/search-record/search-record.vue
index c1dfd920..1058c2b4 100644
--- a/pages/plugins/live/search-record/search-record.vue
+++ b/pages/plugins/live/search-record/search-record.vue
@@ -125,6 +125,9 @@ export default {
};
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/live/search/search.vue b/pages/plugins/live/search/search.vue
index ae070f9a..d3f67ee6 100644
--- a/pages/plugins/live/search/search.vue
+++ b/pages/plugins/live/search/search.vue
@@ -182,6 +182,9 @@ export default {
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/lottery/egg/egg.vue b/pages/plugins/lottery/egg/egg.vue
index e8280b53..ff94b429 100644
--- a/pages/plugins/lottery/egg/egg.vue
+++ b/pages/plugins/lottery/egg/egg.vue
@@ -287,6 +287,9 @@
},
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/lottery/grid/grid.vue b/pages/plugins/lottery/grid/grid.vue
index 2b79455d..76ded54b 100644
--- a/pages/plugins/lottery/grid/grid.vue
+++ b/pages/plugins/lottery/grid/grid.vue
@@ -199,6 +199,9 @@
},
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/lottery/record/record.vue b/pages/plugins/lottery/record/record.vue
index 0cbc584d..97a40128 100644
--- a/pages/plugins/lottery/record/record.vue
+++ b/pages/plugins/lottery/record/record.vue
@@ -111,6 +111,9 @@
};
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/lottery/turn/turn.vue b/pages/plugins/lottery/turn/turn.vue
index 4e287469..635581a4 100644
--- a/pages/plugins/lottery/turn/turn.vue
+++ b/pages/plugins/lottery/turn/turn.vue
@@ -288,6 +288,9 @@
},
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/magic/detail/detail.vue b/pages/plugins/magic/detail/detail.vue
index 76e63872..e170f0ef 100644
--- a/pages/plugins/magic/detail/detail.vue
+++ b/pages/plugins/magic/detail/detail.vue
@@ -62,12 +62,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/orderfeed/form/form.vue b/pages/plugins/orderfeed/form/form.vue
index 814c2718..42114111 100644
--- a/pages/plugins/orderfeed/form/form.vue
+++ b/pages/plugins/orderfeed/form/form.vue
@@ -99,12 +99,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
user: app.globalData.get_user_cache_info() || null,
});
diff --git a/pages/plugins/orderfeed/user/user.vue b/pages/plugins/orderfeed/user/user.vue
index 62c4b61f..d305b8f3 100644
--- a/pages/plugins/orderfeed/user/user.vue
+++ b/pages/plugins/orderfeed/user/user.vue
@@ -1,18 +1,18 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
- {{item.add_time}}
- {{ item.status_name }}
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+ {{item.add_time}}
+ {{ item.status_name }}
@@ -26,102 +26,102 @@
-
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/ordergoodsform/order/order.vue b/pages/plugins/ordergoodsform/order/order.vue
index 853216d6..5cc64e62 100644
--- a/pages/plugins/ordergoodsform/order/order.vue
+++ b/pages/plugins/ordergoodsform/order/order.vue
@@ -1,156 +1,159 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
- {{ item.spec_text }}
-
- {{ item.currency_data.currency_symbol }}{{ item.price }}
- x{{ item.buy_number }}
-
-
-
-
-
-
-
- {{$t('order.order.93j3zq')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/orderresources/orderannex/orderannex.vue b/pages/plugins/orderresources/orderannex/orderannex.vue
index 9a19e3be..3b5a571b 100644
--- a/pages/plugins/orderresources/orderannex/orderannex.vue
+++ b/pages/plugins/orderresources/orderannex/orderannex.vue
@@ -1,50 +1,50 @@
-
-
-
-
- {{$t('common.image')}}
-
-
-
- {{$t('common.copy_link')}}
-
-
-
-
-
-
- {{$t('common.video')}}
-
-
-
- {{$t('common.copy_link')}}
-
-
-
-
-
-
- {{$t('common.file')}}
-
-
- {{item.title}}
- {{$t('common.copy_link')}}
-
-
-
-
-
-
- {{$t('common.note')}}
- {{data.note}}
-
-
-
-
-
-
-
+
+
+
+
+ {{$t('common.image')}}
+
+
+
+ {{$t('common.copy_link')}}
+
+
+
+
+
+
+ {{$t('common.video')}}
+
+
+
+ {{$t('common.copy_link')}}
+
+
+
+
+
+
+ {{$t('common.file')}}
+
+
+ {{item.title}}
+ {{$t('common.copy_link')}}
+
+
+
+
+
+
+ {{$t('common.note')}}
+ {{data.note}}
+
+
+
+
+
+
+
@@ -59,10 +59,10 @@
export default {
data() {
return {
- theme_view: app.globalData.get_theme_value_view(),
- data_list_loding_status: 1,
- data_list_loding_msg: '',
- data_bottom_line_status: false,
+ theme_view: app.globalData.get_theme_value_view(),
+ data_list_loding_status: 1,
+ data_list_loding_msg: '',
+ data_bottom_line_status: false,
params: null,
data: null
};
@@ -73,12 +73,15 @@
componentBottomLine
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 参数
this.setData({
- params: app.globalData.launch_params_handle(params)
+ params: params
});
this.init();
},
@@ -124,7 +127,7 @@
var data = res.data.data;
this.setData({
data: data.data || null,
- data_list_loding_status: 0,
+ data_list_loding_status: 0,
data_list_loding_msg: '',
data_bottom_line_status: true,
data_page: 1,
@@ -150,16 +153,16 @@
});
},
});
- },
-
- // 图片查看
- image_show_event(e) {
- app.globalData.image_show_event(e, this.data.images_data);
- },
-
- // 文本复制
- text_copy_event(e) {
- app.globalData.text_copy_event(e);
+ },
+
+ // 图片查看
+ image_show_event(e) {
+ app.globalData.image_show_event(e, this.data.images_data);
+ },
+
+ // 文本复制
+ text_copy_event(e) {
+ app.globalData.text_copy_event(e);
}
}
};
diff --git a/pages/plugins/points/index/index.vue b/pages/plugins/points/index/index.vue
index b5ecf5fc..2107cf3c 100644
--- a/pages/plugins/points/index/index.vue
+++ b/pages/plugins/points/index/index.vue
@@ -1,359 +1,362 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('login.login.zy8tc4')}}
- {{$t('index.index.z88r5s')}}
-
-
-
-
-
- {{ user.user_name_view }}
-
- {{$t('index.index.b46kge')}}
- {{ user_integral.integral || 0 }}
- {{$t('index.index.t26j9z')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('index.index.srd2ch')}}{{ item.original_integral }}
- /{{$t('goods-category.goods-category.5p4ksj')}}{{ item.new_integral }}
-
- {{ item.add_time_time }}
-
-
- {{ item.msg }}
- {{ item.type == 1 ? '+' : '-' }} {{ item.operation_integral }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('index.index.u5642g')}}
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('login.login.zy8tc4')}}
+ {{$t('index.index.z88r5s')}}
+
+
+
+
+
+ {{ user.user_name_view }}
+
+ {{$t('index.index.b46kge')}}
+ {{ user_integral.integral || 0 }}
+ {{$t('index.index.t26j9z')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('index.index.srd2ch')}}{{ item.original_integral }}
+ /{{$t('goods-category.goods-category.5p4ksj')}}{{ item.new_integral }}
+
+ {{ item.add_time_time }}
+
+
+ {{ item.msg }}
+ {{ item.type == 1 ? '+' : '-' }} {{ item.operation_integral }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('index.index.u5642g')}}
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/points/scan/scan.vue b/pages/plugins/points/scan/scan.vue
index aaf55084..2173e2ea 100644
--- a/pages/plugins/points/scan/scan.vue
+++ b/pages/plugins/points/scan/scan.vue
@@ -84,12 +84,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/points/search/search.vue b/pages/plugins/points/search/search.vue
index 83986258..8be2199c 100644
--- a/pages/plugins/points/search/search.vue
+++ b/pages/plugins/points/search/search.vue
@@ -108,9 +108,12 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- params = app.globalData.launch_params_handle(params);
+
this.setData({
params: params,
search_keywords_value: params.keywords || '',
diff --git a/pages/plugins/presale/buy/buy.vue b/pages/plugins/presale/buy/buy.vue
index a10189a4..5ee6180b 100644
--- a/pages/plugins/presale/buy/buy.vue
+++ b/pages/plugins/presale/buy/buy.vue
@@ -137,6 +137,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/presale/index/index.vue b/pages/plugins/presale/index/index.vue
index 6fadbf7c..770056ea 100644
--- a/pages/plugins/presale/index/index.vue
+++ b/pages/plugins/presale/index/index.vue
@@ -1,203 +1,206 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
{{$t('index.index.516559')}}
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
- {{$t('index.index.516559')}}
-
- {{ item }}
-
-
-
+
+
+
+
+ {{$t('index.index.516559')}}
+
+ {{ item }}
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+ // 弹层关闭
+ notice_close_event(e) {
+ this.setData({
+ popup_notice_status: false,
+ });
+ }
+ }
+ };
+
+
diff --git a/pages/plugins/presale/order/order.vue b/pages/plugins/presale/order/order.vue
index ff37e15e..1f236a7b 100644
--- a/pages/plugins/presale/order/order.vue
+++ b/pages/plugins/presale/order/order.vue
@@ -92,6 +92,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/realstore/batchorder-list/batchorder-list.vue b/pages/plugins/realstore/batchorder-list/batchorder-list.vue
index 284a6465..20e88dd0 100644
--- a/pages/plugins/realstore/batchorder-list/batchorder-list.vue
+++ b/pages/plugins/realstore/batchorder-list/batchorder-list.vue
@@ -90,6 +90,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/realstore/check/check.vue b/pages/plugins/realstore/check/check.vue
index 8c8e8d7d..95997e6a 100644
--- a/pages/plugins/realstore/check/check.vue
+++ b/pages/plugins/realstore/check/check.vue
@@ -70,6 +70,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue
index b5f93812..390c74d9 100644
--- a/pages/plugins/realstore/detail/detail.vue
+++ b/pages/plugins/realstore/detail/detail.vue
@@ -424,11 +424,11 @@
},
onLoad(params) {
+ // 设置参数
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
- params = app.globalData.launch_params_handle(params);
// 是否指定门店id
var realstore_id = app.globalData.data.plugins_realstore_id || null;
if(realstore_id != null) {
diff --git a/pages/plugins/realstore/favor/favor.vue b/pages/plugins/realstore/favor/favor.vue
index c422f9ef..d5b77aed 100644
--- a/pages/plugins/realstore/favor/favor.vue
+++ b/pages/plugins/realstore/favor/favor.vue
@@ -52,6 +52,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/realstore/frequencycard-list/frequencycard-list.vue b/pages/plugins/realstore/frequencycard-list/frequencycard-list.vue
index faf78610..3d532e84 100644
--- a/pages/plugins/realstore/frequencycard-list/frequencycard-list.vue
+++ b/pages/plugins/realstore/frequencycard-list/frequencycard-list.vue
@@ -91,6 +91,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/realstore/frequencycard-used/frequencycard-used.vue b/pages/plugins/realstore/frequencycard-used/frequencycard-used.vue
index bade4d35..19069661 100644
--- a/pages/plugins/realstore/frequencycard-used/frequencycard-used.vue
+++ b/pages/plugins/realstore/frequencycard-used/frequencycard-used.vue
@@ -64,6 +64,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/realstore/index/index.vue b/pages/plugins/realstore/index/index.vue
index 2d864ea9..953b8d64 100644
--- a/pages/plugins/realstore/index/index.vue
+++ b/pages/plugins/realstore/index/index.vue
@@ -185,6 +185,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/realstore/orderallot-detail/orderallot-detail.vue b/pages/plugins/realstore/orderallot-detail/orderallot-detail.vue
index 7394f827..e420ea12 100644
--- a/pages/plugins/realstore/orderallot-detail/orderallot-detail.vue
+++ b/pages/plugins/realstore/orderallot-detail/orderallot-detail.vue
@@ -1,314 +1,317 @@
-
-
-
-
-
-
- {{$t('user-order-detail.user-order-detail.o38952')}}
-
-
- {{ detail.extraction_data.code || $t("user-order-detail.user-order-detail.hpq62x") }}
- {{$t('common.copy')}}
-
-
-
-
-
-
-
-
- {{ detail.address_data.alias }}
- {{ detail.address_data.name }}
- {{ detail.address_data.tel }}
-
-
-
-
- {{ detail.address_data.province_name }}{{ detail.address_data.city_name }}{{ detail.address_data.county_name }}{{ detail.address_data.address }}
- {{$t('user-order-detail.user-order-detail.7lp6gw')}}
-
-
-
-
-
-
-
- {{$t('user-order-detail.user-order-detail.7f8p26')}}
-
-
-
-
- {{ item.title }}
-
-
- ;
- {{ sv.value }}
-
-
-
- {{ detail.currency_data.currency_symbol }}{{ item.price }}
- x{{ item.buy_number }}
-
-
-
-
-
- {{$t('common.total')}}{{ detail.buy_number_count }}{{$t('user-order-detail.user-order-detail.41ty94')}}{{ detail.currency_data.currency_symbol }}{{ detail.total_price }}
-
-
-
-
-
- {{$t('orderallot-detail.orderallot-detail.9c3d7e')}}
-
-
-
-
-
-
-
- {{ group.goods_title || '' }}
- {{ group.goods_title || '' }}
-
- {{ detail.currency_data.currency_symbol }}{{ group.goods_price }}
- x{{ group.buy_number }}
- {{ group.spec_text }}
-
-
-
-
-
- {{$t('orderallot-detail.orderallot-detail.0f4g8h')}}
-
- {{ booking.staff_alias }}
-
-
- {{$t('orderallot-detail.orderallot-detail.1i5j9k')}}
- {{ booking.ymd_text }}
- {{ booking.period_text }}
-
-
-
-
-
-
-
- {{ site_fictitious.title || item.fictitious_goods_title }}
-
-
-
-
-
-
-
- {{item.spec_text}}
-
- {{$t('user-order-detail.user-order-detail.7xtnjt')}}
-
-
-
-
-
-
-
- {{$t('user-order-detail.user-order-detail.0f26j2')}}
-
-
- {{ item.name }}
-
- {{ item.value }}
- {{$t('common.copy')}}
-
- {{ item.value }}
-
-
-
-
-
-
- {{$t('user-order-detail.user-order-detail.0876xf')}}
-
-
-
- {{$t('user-order-detail.user-order-detail.12d445')}}
- {{item.express_name}}
-
-
- {{$t('user-order-detail.user-order-detail.2byl8l')}}
-
- {{item.express_number}}
- {{$t('common.copy')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{$t('user-order-detail.user-order-detail.o38952')}}
+
+
+ {{ detail.extraction_data.code || $t("user-order-detail.user-order-detail.hpq62x") }}
+ {{$t('common.copy')}}
+
+
+
+
+
+
+
+
+ {{ detail.address_data.alias }}
+ {{ detail.address_data.name }}
+ {{ detail.address_data.tel }}
+
+
+
+
+ {{ detail.address_data.province_name }}{{ detail.address_data.city_name }}{{ detail.address_data.county_name }}{{ detail.address_data.address }}
+ {{$t('user-order-detail.user-order-detail.7lp6gw')}}
+
+
+
+
+
+
+
+ {{$t('user-order-detail.user-order-detail.7f8p26')}}
+
+
+
+
+ {{ item.title }}
+
+
+ ;
+ {{ sv.value }}
+
+
+
+ {{ detail.currency_data.currency_symbol }}{{ item.price }}
+ x{{ item.buy_number }}
+
+
+
+
+
+ {{$t('common.total')}}{{ detail.buy_number_count }}{{$t('user-order-detail.user-order-detail.41ty94')}}{{ detail.currency_data.currency_symbol }}{{ detail.total_price }}
+
+
+
+
+
+ {{$t('orderallot-detail.orderallot-detail.9c3d7e')}}
+
+
+
+
+
+
+
+ {{ group.goods_title || '' }}
+ {{ group.goods_title || '' }}
+
+ {{ detail.currency_data.currency_symbol }}{{ group.goods_price }}
+ x{{ group.buy_number }}
+ {{ group.spec_text }}
+
+
+
+
+
+ {{$t('orderallot-detail.orderallot-detail.0f4g8h')}}
+
+ {{ booking.staff_alias }}
+
+
+ {{$t('orderallot-detail.orderallot-detail.1i5j9k')}}
+ {{ booking.ymd_text }}
+ {{ booking.period_text }}
+
+
+
+
+
+
+
+ {{ site_fictitious.title || item.fictitious_goods_title }}
+
+
+
+
+
+
+
+ {{item.spec_text}}
+
+ {{$t('user-order-detail.user-order-detail.7xtnjt')}}
+
+
+
+
+
+
+
+ {{$t('user-order-detail.user-order-detail.0f26j2')}}
+
+
+ {{ item.name }}
+
+ {{ item.value }}
+ {{$t('common.copy')}}
+
+ {{ item.value }}
+
+
+
+
+
+
+ {{$t('user-order-detail.user-order-detail.0876xf')}}
+
+
+
+ {{$t('user-order-detail.user-order-detail.12d445')}}
+ {{item.express_name}}
+
+
+ {{$t('user-order-detail.user-order-detail.2byl8l')}}
+
+ {{item.express_number}}
+ {{$t('common.copy')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/realstore/orderallot-list/orderallot-list.vue b/pages/plugins/realstore/orderallot-list/orderallot-list.vue
index 0f768d36..7ad11843 100644
--- a/pages/plugins/realstore/orderallot-list/orderallot-list.vue
+++ b/pages/plugins/realstore/orderallot-list/orderallot-list.vue
@@ -170,12 +170,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 是否指定状态
var nav_status_index = 0;
if ((params.status || null) != null) {
diff --git a/pages/plugins/realstore/search/search.vue b/pages/plugins/realstore/search/search.vue
index 4905395b..15a359a0 100644
--- a/pages/plugins/realstore/search/search.vue
+++ b/pages/plugins/realstore/search/search.vue
@@ -124,12 +124,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 设置参数
this.setData({
params: params,
diff --git a/pages/plugins/realstore/staff-detail/staff-detail.vue b/pages/plugins/realstore/staff-detail/staff-detail.vue
index 7617ca6e..1a388f7d 100644
--- a/pages/plugins/realstore/staff-detail/staff-detail.vue
+++ b/pages/plugins/realstore/staff-detail/staff-detail.vue
@@ -119,14 +119,16 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
-
// 初始化配置
this.init_config();
diff --git a/pages/plugins/realstore/staff-list/staff-list.vue b/pages/plugins/realstore/staff-list/staff-list.vue
index b4129e3b..3f284144 100644
--- a/pages/plugins/realstore/staff-list/staff-list.vue
+++ b/pages/plugins/realstore/staff-list/staff-list.vue
@@ -81,14 +81,16 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
-
// 数据加载
this.get_data();
},
diff --git a/pages/plugins/scanpay/index/index.vue b/pages/plugins/scanpay/index/index.vue
index 28361779..af1e5401 100644
--- a/pages/plugins/scanpay/index/index.vue
+++ b/pages/plugins/scanpay/index/index.vue
@@ -177,12 +177,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/scanpay/tips/tips.vue b/pages/plugins/scanpay/tips/tips.vue
index 39537d40..d55ca410 100644
--- a/pages/plugins/scanpay/tips/tips.vue
+++ b/pages/plugins/scanpay/tips/tips.vue
@@ -76,6 +76,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/seckill/index/index.vue b/pages/plugins/seckill/index/index.vue
index 0401d674..bb586a6d 100644
--- a/pages/plugins/seckill/index/index.vue
+++ b/pages/plugins/seckill/index/index.vue
@@ -1,314 +1,317 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.time.msg }}
-
-
-
-
-
-
-
-
-
-
- {{ time_first_text }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.time.msg }}
+
+
+
+
+
+
+
+
+
+
+ {{ time_first_text }}
+
+
+
+
+
+
+
+
{{$t('index.index.516559')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('index.index.516559')}}
-
- {{ item }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('index.index.516559')}}
+
+ {{ item }}
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+ },
+ methods: {
+ // 初始化配置
+ init_config(status) {
+ if ((status || false) == true) {
+ this.setData({
+ currency_symbol: app.globalData.get_config('currency_symbol'),
+ });
+ } else {
+ app.globalData.is_config(this, 'init_config');
+ }
+ },
+ // 获取数据
+ get_data() {
+ uni.request({
+ url: app.globalData.get_request_url('index', 'index', 'seckill'),
+ method: 'POST',
+ data: {},
+ dataType: 'json',
+ success: (res) => {
+ uni.stopPullDownRefresh();
+ if (res.data.code == 0) {
+ var data = res.data.data;
+ var periods_list = data.periods_list || [];
+ var data_base = data.base || null;
+ var config = data.config || null;
+ var current = data.current || {};
+ var time = current.time || null;
+ var goods = current.goods || [];
+ var is_valid = time == null ? 0 : time.status <= 1 ? 1 : 0;
+ if (goods.length > 0) {
+ for (var i in goods) {
+ goods[i]['price_icon'] = is_valid == 1 ? current.goods_detail_icon || this.$t('index.index.399f6c') : '';
+ }
+ }
+ this.setData({
+ periods_list: periods_list,
+ data_base: data_base,
+ config: config,
+ current: current,
+ time_first_text: (time == null) ? '' : time.time_first_text,
+ seckill_status: (periods_list.length > 0) ? data.periods_list[this.nav_active_index].time.status : 3,
+ is_open_grid_btn_set: (periods_list.length > 0) ? (data.periods_list[this.nav_active_index].time.status === 1 ? false : true) : false,
+ goods: goods,
+ is_valid: is_valid,
+ data_list_loding_msg: '',
+ data_list_loding_status: (periods_list.length > 0) ? 3 : 0,
+ data_bottom_line_status: goods.length > 0,
+ });
+ if ((this.data_base || null) != null) {
+ // 基础自定义分享
+ this.setData({
+ share_info: {
+ title: this.data_base.seo_title || this.data_base.application_name,
+ desc: this.data_base.seo_desc,
+ path: '/pages/plugins/seckill/index/index',
+ img: this.config.header_logo || this.config.header_bg || '',
+ },
+ });
+ // #ifndef MP-ALIPAY
+ // 导航名称
+ if ((this.data_base.application_name || null) != null) {
+ uni.setNavigationBarTitle({
+ title: this.data_base.application_name,
+ });
+ }
+ // #endif
+ }
+ } else {
+ this.setData({
+ data_bottom_line_status: false,
+ data_list_loding_status: 2,
+ data_list_loding_msg: res.data.msg,
+ });
+ }
+ // 分享菜单处理
+ app.globalData.page_share_handle(this.share_info);
+ },
+ fail: () => {
+ uni.stopPullDownRefresh();
+ this.setData({
+ data_bottom_line_status: false,
+ data_list_loding_status: 2,
+ data_list_loding_msg: this.$t('common.internet_error_tips'),
+ });
+ app.globalData.showToast(this.$t('common.internet_error_tips'));
+ },
+ });
+ },
+ // 导航事件
+ nav_event(e) {
+ let index = e.currentTarget.dataset.index;
+ let time_first_text = e.currentTarget.dataset.text;
+ let seckill_status = e.currentTarget.dataset.status;
+ this.setData({
+ nav_active_index: index,
+ time_first_text: time_first_text,
+ seckill_status: seckill_status,
+ goods: this.periods_list[index].goods,
+ is_open_grid_btn_set: seckill_status === 1 ? false : true,
+ });
+ this.reset_scroll();
+ },
+ // 弹层开启
+ notice_open_event(e) {
+ this.setData({
+ popup_status: true,
+ });
+ },
+ // 弹层关闭
+ notice_close_event(e) {
+ this.setData({
+ popup_status: false,
+ });
+ },
+
+ // 重置滑动位置
+ reset_scroll() {
+ this.setData({
+ scroll_top: this.scroll_top_old,
+ });
+ this.$nextTick(() => {
+ this.setData({
+ scroll_top: 0,
+ });
+ });
+ },
+
+ // 滑动事件位置记录
+ scroll_event(e) {
+ this.setData({
+ scroll_top_old: e.detail.scrollTop,
+ });
+ },
+ },
+ };
+
+
diff --git a/pages/plugins/shop/check/check.vue b/pages/plugins/shop/check/check.vue
index a7ba512d..534d8d2a 100644
--- a/pages/plugins/shop/check/check.vue
+++ b/pages/plugins/shop/check/check.vue
@@ -71,6 +71,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/shop/design/design.vue b/pages/plugins/shop/design/design.vue
index 231c89ac..eae0dd63 100644
--- a/pages/plugins/shop/design/design.vue
+++ b/pages/plugins/shop/design/design.vue
@@ -2,7 +2,7 @@
-
+
@@ -28,7 +28,7 @@
import componentCommon from '@/components/common/common';
import componentLayout from "@/pages/design/components/layout/layout";
import componentNoData from "@/components/no-data/no-data";
- import componentBottomLine from "@/components/bottom-line/bottom-line";
+ import componentBottomLine from "@/components/bottom-line/bottom-line";
import componentShopHeader from '@/pages/plugins/shop/components/shop-header/shop-header';
var common_static_url = app.globalData.get_static_url('common');
@@ -39,9 +39,9 @@
data_bottom_line_status: false,
data_list_loding_status: 1,
data_list_loding_msg: '',
- params: {},
- data_base: null,
- data: null,
+ params: {},
+ data_base: null,
+ data: null,
layout_data: [],
shop: null,
shop_favor_user: [],
@@ -56,17 +56,20 @@
componentCommon,
componentLayout,
componentNoData,
- componentBottomLine,
+ componentBottomLine,
componentShopHeader
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params)
+ params: params
});
},
@@ -112,7 +115,7 @@
data_list_loding_msg: '',
data_list_loding_status: 0,
data_bottom_line_status: true
- });
+ });
if ((this.data || null) != null) {
// 基础自定义分享
diff --git a/pages/plugins/shop/detail/detail.vue b/pages/plugins/shop/detail/detail.vue
index 533b57a5..9bad6440 100644
--- a/pages/plugins/shop/detail/detail.vue
+++ b/pages/plugins/shop/detail/detail.vue
@@ -154,11 +154,11 @@
componentDiy
},
onLoad(params) {
+ // 设置参数
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
- params = app.globalData.launch_params_handle(params);
// 是否指定店铺id
var shop_id = app.globalData.data.plugins_shop_id || null;
if(shop_id != null) {
diff --git a/pages/plugins/shop/diy/diy.vue b/pages/plugins/shop/diy/diy.vue
index 6f9feb84..bc0db138 100644
--- a/pages/plugins/shop/diy/diy.vue
+++ b/pages/plugins/shop/diy/diy.vue
@@ -49,12 +49,15 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
this.setData({
- params: app.globalData.launch_params_handle(params),
+ params: params,
});
},
diff --git a/pages/plugins/shop/favor/favor.vue b/pages/plugins/shop/favor/favor.vue
index 547ef655..b79d9584 100644
--- a/pages/plugins/shop/favor/favor.vue
+++ b/pages/plugins/shop/favor/favor.vue
@@ -52,6 +52,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/shop/index/index.vue b/pages/plugins/shop/index/index.vue
index ae4b276a..ee499801 100644
--- a/pages/plugins/shop/index/index.vue
+++ b/pages/plugins/shop/index/index.vue
@@ -110,12 +110,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 设置参数
this.setData({
params: params,
diff --git a/pages/plugins/shop/license/cert.vue b/pages/plugins/shop/license/cert.vue
index 62c5b1f5..7111d98f 100644
--- a/pages/plugins/shop/license/cert.vue
+++ b/pages/plugins/shop/license/cert.vue
@@ -1,131 +1,134 @@
-
-
-
-
-
- {{ data.title }}
- {{ data.sub_title }}
+
+
+
+
+
+ {{ data.title }}
+ {{ data.sub_title }}
{{item.name}}
-
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/shop/license/license.vue b/pages/plugins/shop/license/license.vue
index b256c366..3095ad1a 100644
--- a/pages/plugins/shop/license/license.vue
+++ b/pages/plugins/shop/license/license.vue
@@ -1,128 +1,131 @@
-
-
-
-
-
- {{ data.title }}
- {{ data.sub_title }}
-
-
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ data.title }}
+ {{ data.sub_title }}
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/shop/search/search.vue b/pages/plugins/shop/search/search.vue
index 26cc96a5..723471ee 100644
--- a/pages/plugins/shop/search/search.vue
+++ b/pages/plugins/shop/search/search.vue
@@ -1,58 +1,58 @@
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/signin/detail/detail.vue b/pages/plugins/signin/detail/detail.vue
index 97784f38..4956aa18 100644
--- a/pages/plugins/signin/detail/detail.vue
+++ b/pages/plugins/signin/detail/detail.vue
@@ -1,473 +1,476 @@
-
-
-
-
-
-
-
-
-
-
- {{$t('common.share')}}
-
-
-
-
-
- {{$t('detail.detail.8ua11k')}}
-
-
-
-
-
- {{$t('detail.detail.25x8ij')}}
- {{$t('detail.detail.mvj266')}}
-
-
-
-
-
-
-
-
- {{ calendar }}
-
-
-
- {{$t('detail.detail.31lky7')}}
-
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
- {{$t('detail.detail.p07k62')}}
-
-
-
-
-
-
-
-
- {{ col.num }}
-
-
-
-
-
-
-
-
-
-
- {{$t('detail.detail.sx6u43')}}
-
- {{ item }}
-
-
-
-
-
-
- {{$t('index.index.8t4j95')}}
- {{$t('common.more')}}
-
-
-
-
-
-
-
-
-
-
- {{$t('detail.detail.6qk085')}}
- {{$t('detail.detail.ndp2k3')}}{{ coming_reward_type == 1 ? (currency_symbol || '') : '' }}{{ coming_integral }}{{ coming_reward_type == 1 ? $t('user.user.67p34x') : $t('index.index.t26j9z') }}
- {{$t('detail.detail.7itw5w')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{$t('common.share')}}
+
+
+
+
+
+ {{$t('detail.detail.8ua11k')}}
+
+
+
+
+
+ {{$t('detail.detail.25x8ij')}}
+ {{$t('detail.detail.mvj266')}}
+
+
+
+
+
+
+
+
+ {{ calendar }}
+
+
+
+ {{$t('detail.detail.31lky7')}}
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+ {{$t('detail.detail.p07k62')}}
+
+
+
+
+
+
+
+
+ {{ col.num }}
+
+
+
+
+
+
+
+
+
+
+ {{$t('detail.detail.sx6u43')}}
+
+ {{ item }}
+
+
+
+
+
+
+ {{$t('index.index.8t4j95')}}
+ {{$t('common.more')}}
+
+
+
+
+
+
+
+
+
+
+ {{$t('detail.detail.6qk085')}}
+ {{$t('detail.detail.ndp2k3')}}{{ coming_reward_type == 1 ? (currency_symbol || '') : '' }}{{ coming_integral }}{{ coming_reward_type == 1 ? $t('user.user.67p34x') : $t('index.index.t26j9z') }}
+ {{$t('detail.detail.7itw5w')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/signin/user-coming-list/user-coming-list.vue b/pages/plugins/signin/user-coming-list/user-coming-list.vue
index 2e14c28b..f200562f 100644
--- a/pages/plugins/signin/user-coming-list/user-coming-list.vue
+++ b/pages/plugins/signin/user-coming-list/user-coming-list.vue
@@ -1,219 +1,222 @@
-
-
-
-
-
-
-
-
- {{ item.user.user_name_view || '' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ item.user.user_name_view || '' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/signin/user-qrcode-detail/user-qrcode-detail.vue b/pages/plugins/signin/user-qrcode-detail/user-qrcode-detail.vue
index 85f9d838..e34bfeea 100644
--- a/pages/plugins/signin/user-qrcode-detail/user-qrcode-detail.vue
+++ b/pages/plugins/signin/user-qrcode-detail/user-qrcode-detail.vue
@@ -131,6 +131,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
app.globalData.page_event_onload_handle(params);
this.setData({
params: params,
diff --git a/pages/plugins/signin/user-qrcode-saveinfo/user-qrcode-saveinfo.vue b/pages/plugins/signin/user-qrcode-saveinfo/user-qrcode-saveinfo.vue
index 3bef43b3..a1865bb8 100644
--- a/pages/plugins/signin/user-qrcode-saveinfo/user-qrcode-saveinfo.vue
+++ b/pages/plugins/signin/user-qrcode-saveinfo/user-qrcode-saveinfo.vue
@@ -75,6 +75,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/signin/user/user.vue b/pages/plugins/signin/user/user.vue
index a0a5e8cd..be03ae42 100644
--- a/pages/plugins/signin/user/user.vue
+++ b/pages/plugins/signin/user/user.vue
@@ -1,172 +1,175 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/thirdpartylogin/index/index.vue b/pages/plugins/thirdpartylogin/index/index.vue
index 22cb16b6..f046512d 100644
--- a/pages/plugins/thirdpartylogin/index/index.vue
+++ b/pages/plugins/thirdpartylogin/index/index.vue
@@ -57,6 +57,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue
index a2d11071..e60e0fa1 100644
--- a/pages/plugins/video/detail/detail.nvue
+++ b/pages/plugins/video/detail/detail.nvue
@@ -416,11 +416,14 @@
},
onLoad(params) {
try {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 设置参数
- this.params = app.globalData.launch_params_handle(params);
+ this.params = params;
} catch {
console.log('close_circular');
}
diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue
index df426111..0caa0d91 100644
--- a/pages/plugins/video/detail/detail.vue
+++ b/pages/plugins/video/detail/detail.vue
@@ -1,1816 +1,1819 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ video_item.give_thumbs_count }}
-
-
-
- {{ video_item.comments_count }}
-
-
-
- {{$t('common.share')}}
-
-
-
-
-
-
-
-
-
- {{ video_item.goods.title }}
- ¥{{ video_item.goods.price }}
-
-
-
-
-
-
-
-
- {{$t('common.buy')}}{{$t('common.goods')}}
-
-
-
-
-
-
-
-
-
- {{ format_time(current_video_progress) }} / {{ format_time(current_video_duration) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('video-detail.video-detail.rfsdfg')}}*
-
-
-
-
- {{mainItem.name}}
-
-
-
-
-
-
-
- {{$t('video-detail.video-detail.fsdf33')}}*
-
-
-
-
- {{subItem}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ video_item.give_thumbs_count }}
+
+
+
+ {{ video_item.comments_count }}
+
+
+
+ {{$t('common.share')}}
+
+
+
+
+
+
+
+
+
+ {{ video_item.goods.title }}
+ ¥{{ video_item.goods.price }}
+
+
+
+
+
+
+
+
+ {{$t('common.buy')}}{{$t('common.goods')}}
+
+
+
+
+
+
+
+
+
+ {{ format_time(current_video_progress) }} / {{ format_time(current_video_duration) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('video-detail.video-detail.rfsdfg')}}*
+
+
+
+
+ {{mainItem.name}}
+
+
+
+
+
+
+
+ {{$t('video-detail.video-detail.fsdf33')}}*
+
+
+
+
+ {{subItem}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/video/index/index.vue b/pages/plugins/video/index/index.vue
index 60a19d03..737b042a 100644
--- a/pages/plugins/video/index/index.vue
+++ b/pages/plugins/video/index/index.vue
@@ -127,6 +127,9 @@ export default {
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/video/search-record/search-record.vue b/pages/plugins/video/search-record/search-record.vue
index cc930857..70d90df2 100644
--- a/pages/plugins/video/search-record/search-record.vue
+++ b/pages/plugins/video/search-record/search-record.vue
@@ -125,6 +125,9 @@ export default {
};
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/video/search/search.vue b/pages/plugins/video/search/search.vue
index 9b8c8924..6902d7b7 100644
--- a/pages/plugins/video/search/search.vue
+++ b/pages/plugins/video/search/search.vue
@@ -161,11 +161,11 @@ export default {
};
},
onLoad(params) {
+ // 设置参数
+ params = app.globalData.launch_params_handle(params);
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
- // 设置参数
- params = app.globalData.launch_params_handle(params);
var tabsindex = parseInt(params.tabsindex || 0);
this.setData({
params: params,
diff --git a/pages/plugins/vip/buy/buy.vue b/pages/plugins/vip/buy/buy.vue
index 88606b0a..bb49db28 100644
--- a/pages/plugins/vip/buy/buy.vue
+++ b/pages/plugins/vip/buy/buy.vue
@@ -127,6 +127,9 @@
componentPayment
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/index/index.vue b/pages/plugins/vip/index/index.vue
index 408b9376..2738153d 100644
--- a/pages/plugins/vip/index/index.vue
+++ b/pages/plugins/vip/index/index.vue
@@ -74,6 +74,9 @@
componentBottomLine,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/member-code/member-code.vue b/pages/plugins/vip/member-code/member-code.vue
index 47406fc1..daf08613 100644
--- a/pages/plugins/vip/member-code/member-code.vue
+++ b/pages/plugins/vip/member-code/member-code.vue
@@ -71,6 +71,9 @@
// 页面加载初始化
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/order-detail/order-detail.vue b/pages/plugins/vip/order-detail/order-detail.vue
index b5c600fb..20f6e6ba 100644
--- a/pages/plugins/vip/order-detail/order-detail.vue
+++ b/pages/plugins/vip/order-detail/order-detail.vue
@@ -50,6 +50,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/order/order.vue b/pages/plugins/vip/order/order.vue
index 1145653f..81d20112 100644
--- a/pages/plugins/vip/order/order.vue
+++ b/pages/plugins/vip/order/order.vue
@@ -139,6 +139,9 @@
componentBottomLine,
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/poster/poster.vue b/pages/plugins/vip/poster/poster.vue
index e4d564a5..fa83affa 100644
--- a/pages/plugins/vip/poster/poster.vue
+++ b/pages/plugins/vip/poster/poster.vue
@@ -60,6 +60,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/profit-detail/profit-detail.vue b/pages/plugins/vip/profit-detail/profit-detail.vue
index f49adc80..2e7b3da0 100644
--- a/pages/plugins/vip/profit-detail/profit-detail.vue
+++ b/pages/plugins/vip/profit-detail/profit-detail.vue
@@ -50,6 +50,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/profit/profit.vue b/pages/plugins/vip/profit/profit.vue
index 0d0f7147..5020f1c9 100644
--- a/pages/plugins/vip/profit/profit.vue
+++ b/pages/plugins/vip/profit/profit.vue
@@ -79,6 +79,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/team/team.vue b/pages/plugins/vip/team/team.vue
index ed3a4b90..c0fde1b5 100644
--- a/pages/plugins/vip/team/team.vue
+++ b/pages/plugins/vip/team/team.vue
@@ -66,6 +66,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/vip/user/user.vue b/pages/plugins/vip/user/user.vue
index 1be6487c..528b7d9e 100644
--- a/pages/plugins/vip/user/user.vue
+++ b/pages/plugins/vip/user/user.vue
@@ -195,6 +195,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/wallet/cash-auth/cash-auth.vue b/pages/plugins/wallet/cash-auth/cash-auth.vue
index abb38f40..5813d049 100644
--- a/pages/plugins/wallet/cash-auth/cash-auth.vue
+++ b/pages/plugins/wallet/cash-auth/cash-auth.vue
@@ -103,6 +103,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/wallet/cash-create/cash-create.vue b/pages/plugins/wallet/cash-create/cash-create.vue
index e30cb8b8..19b4754a 100644
--- a/pages/plugins/wallet/cash-create/cash-create.vue
+++ b/pages/plugins/wallet/cash-create/cash-create.vue
@@ -191,6 +191,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/wallet/integral-to-balance/integral-to-balance.vue b/pages/plugins/wallet/integral-to-balance/integral-to-balance.vue
index 9a195494..9805c166 100644
--- a/pages/plugins/wallet/integral-to-balance/integral-to-balance.vue
+++ b/pages/plugins/wallet/integral-to-balance/integral-to-balance.vue
@@ -57,6 +57,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/plugins/wallet/payment-code/payment-code.vue b/pages/plugins/wallet/payment-code/payment-code.vue
index dee59751..b1d8d9f6 100644
--- a/pages/plugins/wallet/payment-code/payment-code.vue
+++ b/pages/plugins/wallet/payment-code/payment-code.vue
@@ -75,6 +75,9 @@
// 页面加载初始化
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/wallet/recharge/recharge.vue b/pages/plugins/wallet/recharge/recharge.vue
index ac405371..81f90133 100644
--- a/pages/plugins/wallet/recharge/recharge.vue
+++ b/pages/plugins/wallet/recharge/recharge.vue
@@ -1,291 +1,294 @@
-
-
-
-
-
-
-
-
-
- {{$t('recharge.recharge.3shyx4')}}
-
- {{ currency_symbol }}
- {{ user_wallet.normal_money }}
-
-
-
-
- {{$t('recharge.recharge.60k2v3')}}
-
-
-
- {{ item.tips }}
-
- {{ currency_symbol }}
- {{ item.value }}
-
-
-
-
-
-
-
- {{preset_data.length > 0 ? $t('recharge.recharge.23zwpz') : $t('recharge.recharge.otwkjn')}}{{$t('recharge.recharge.qbw1x2')}}
-
-
-
-
-
-
-
- {{$t('recharge.recharge.4fm61g')}}
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ {{$t('recharge.recharge.3shyx4')}}
+
+ {{ currency_symbol }}
+ {{ user_wallet.normal_money }}
+
+
+
+
+ {{$t('recharge.recharge.60k2v3')}}
+
+
+
+ {{ item.tips }}
+
+ {{ currency_symbol }}
+ {{ item.value }}
+
+
+
+
+
+
+
+ {{preset_data.length > 0 ? $t('recharge.recharge.23zwpz') : $t('recharge.recharge.otwkjn')}}{{$t('recharge.recharge.qbw1x2')}}
+
+
+
+
+
+
+
+ {{$t('recharge.recharge.4fm61g')}}
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/wallet/transfer/transfer.vue b/pages/plugins/wallet/transfer/transfer.vue
index 4618f2c3..ac0859fe 100644
--- a/pages/plugins/wallet/transfer/transfer.vue
+++ b/pages/plugins/wallet/transfer/transfer.vue
@@ -69,6 +69,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/plugins/wallet/user-cash-detail/user-cash-detail.vue b/pages/plugins/wallet/user-cash-detail/user-cash-detail.vue
index 9cb182b0..7d6c0def 100644
--- a/pages/plugins/wallet/user-cash-detail/user-cash-detail.vue
+++ b/pages/plugins/wallet/user-cash-detail/user-cash-detail.vue
@@ -1,141 +1,144 @@
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/wallet/user-recharge-detail/user-recharge-detail.vue b/pages/plugins/wallet/user-recharge-detail/user-recharge-detail.vue
index 0bc3e5d0..1390c71c 100644
--- a/pages/plugins/wallet/user-recharge-detail/user-recharge-detail.vue
+++ b/pages/plugins/wallet/user-recharge-detail/user-recharge-detail.vue
@@ -1,135 +1,138 @@
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/wallet/user-transfer-detail/user-transfer-detail.vue b/pages/plugins/wallet/user-transfer-detail/user-transfer-detail.vue
index 31d0d322..e4b161dc 100644
--- a/pages/plugins/wallet/user-transfer-detail/user-transfer-detail.vue
+++ b/pages/plugins/wallet/user-transfer-detail/user-transfer-detail.vue
@@ -1,134 +1,137 @@
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/wallet/user/user.vue b/pages/plugins/wallet/user/user.vue
index dc8777ff..a4909253 100644
--- a/pages/plugins/wallet/user/user.vue
+++ b/pages/plugins/wallet/user/user.vue
@@ -1,317 +1,320 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('frequencycard-list.frequencycard-list.954ewh')}}
- {{ is_price_show ? user_wallet.normal_money || '0.00' : '***' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('common.freeze')}}
- {{ is_price_show ? user_wallet.frozen_money || '0.00' : '***' }}
-
-
- {{$t('common.give')}}
- {{ is_price_show ? user_wallet.give_money || '0.00' : '***' }}
-
-
-
-
- {{$t('common.transfer')}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ integral_to_balance.text_entry_intro_before }}{{ integral_to_balance.currency_symbol }}{{ integral_to_balance.integral_to_balance_estimate }}{{ integral_to_balance.text_entry_intro_after }}
- {{ integral_to_balance.display_message }}
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('frequencycard-list.frequencycard-list.954ewh')}}
+ {{ is_price_show ? user_wallet.normal_money || '0.00' : '***' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('common.freeze')}}
+ {{ is_price_show ? user_wallet.frozen_money || '0.00' : '***' }}
+
+
+ {{$t('common.give')}}
+ {{ is_price_show ? user_wallet.give_money || '0.00' : '***' }}
+
+
+
+
+ {{$t('common.transfer')}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ integral_to_balance.text_entry_intro_before }}{{ integral_to_balance.currency_symbol }}{{ integral_to_balance.integral_to_balance_estimate }}{{ integral_to_balance.text_entry_intro_after }}
+ {{ integral_to_balance.display_message }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/wallet/wallet-log-detail/wallet-log-detail.vue b/pages/plugins/wallet/wallet-log-detail/wallet-log-detail.vue
index c6a7d837..1fd2cf1a 100644
--- a/pages/plugins/wallet/wallet-log-detail/wallet-log-detail.vue
+++ b/pages/plugins/wallet/wallet-log-detail/wallet-log-detail.vue
@@ -1,136 +1,139 @@
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/weixinliveplayer/detail/detail.vue b/pages/plugins/weixinliveplayer/detail/detail.vue
index c77f0965..c6dd6c3e 100644
--- a/pages/plugins/weixinliveplayer/detail/detail.vue
+++ b/pages/plugins/weixinliveplayer/detail/detail.vue
@@ -1,249 +1,252 @@
-
-
-
-
-
-
-
- {{ detail.name }}
-
-
-
-
-
-
-
- {{$t('detail.detail.4u64dg')}}
-
- {{ detail.status_name }}
-
-
-
-
- {{$t('detail.detail.y2639j')}}
-
- {{ detail.start_time }} - {{ detail.end_time }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ detail.name }}
+
+
+
+
+
+
+
+ {{$t('detail.detail.4u64dg')}}
+
+ {{ detail.status_name }}
+
+
+
+
+ {{$t('detail.detail.y2639j')}}
+
+ {{ detail.start_time }} - {{ detail.end_time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/plugins/weixinliveplayer/index/index.vue b/pages/plugins/weixinliveplayer/index/index.vue
index 8e9922b1..366adaa6 100644
--- a/pages/plugins/weixinliveplayer/index/index.vue
+++ b/pages/plugins/weixinliveplayer/index/index.vue
@@ -1,209 +1,212 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('index.index.63g4m1')}}
-
- {{$t('common.more')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
- {{item.start_time}} - {{item.end_time}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.status_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/plugins/weixinliveplayer/search/search.vue b/pages/plugins/weixinliveplayer/search/search.vue
index 233176d4..39ab6432 100644
--- a/pages/plugins/weixinliveplayer/search/search.vue
+++ b/pages/plugins/weixinliveplayer/search/search.vue
@@ -117,6 +117,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/setup/setup.vue b/pages/setup/setup.vue
index 43f78234..e9c1eb60 100644
--- a/pages/setup/setup.vue
+++ b/pages/setup/setup.vue
@@ -132,6 +132,9 @@
componentLangSwitch
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
// 多语言
diff --git a/pages/user-address-save/user-address-save.vue b/pages/user-address-save/user-address-save.vue
index 4e1a3214..353ffd4d 100644
--- a/pages/user-address-save/user-address-save.vue
+++ b/pages/user-address-save/user-address-save.vue
@@ -222,6 +222,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-address/user-address.vue b/pages/user-address/user-address.vue
index 7a954484..c6f56937 100644
--- a/pages/user-address/user-address.vue
+++ b/pages/user-address/user-address.vue
@@ -88,6 +88,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-favor/user-favor.vue b/pages/user-favor/user-favor.vue
index 6e5036e9..a8e83a72 100644
--- a/pages/user-favor/user-favor.vue
+++ b/pages/user-favor/user-favor.vue
@@ -1,336 +1,339 @@
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
- {{item.show_price_symbol}}{{item.price}}
- {{item.show_price_unit}}
-
- {{item.show_price_symbol}}{{item.original_price}}{{item.show_original_price_unit}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/user-goods-browse/user-goods-browse.vue b/pages/user-goods-browse/user-goods-browse.vue
index 1b75e5a9..1110699b 100644
--- a/pages/user-goods-browse/user-goods-browse.vue
+++ b/pages/user-goods-browse/user-goods-browse.vue
@@ -1,371 +1,374 @@
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
- {{item.show_price_symbol}}{{item.price}}
- {{item.show_price_unit}}
-
- {{item.show_price_symbol}}{{item.original_price}}{{item.show_original_price_unit}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/user-goods-comments-form/user-goods-comments-form.vue b/pages/user-goods-comments-form/user-goods-comments-form.vue
index 8cb3c696..41dad192 100644
--- a/pages/user-goods-comments-form/user-goods-comments-form.vue
+++ b/pages/user-goods-comments-form/user-goods-comments-form.vue
@@ -66,6 +66,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-goods-comments/user-goods-comments.vue b/pages/user-goods-comments/user-goods-comments.vue
index 62c663b4..d539cef1 100644
--- a/pages/user-goods-comments/user-goods-comments.vue
+++ b/pages/user-goods-comments/user-goods-comments.vue
@@ -79,6 +79,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-integral/user-integral.vue b/pages/user-integral/user-integral.vue
index a43fd8b4..a39bf7c3 100644
--- a/pages/user-integral/user-integral.vue
+++ b/pages/user-integral/user-integral.vue
@@ -1,263 +1,266 @@
-
-
-
-
-
-
-
-
- {{ user_integral_header.available.name }}
-
- {{ user_integral_header.available.value }}
- {{ user_integral_header.available.unit }}
-
-
-
-
-
-
-
- {{ user_integral_header.locking.name }}
-
- {{ user_integral_header.locking.value }}
- {{ user_integral_header.locking.unit }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ integral_to_balance.text_entry_intro_before }}{{ integral_to_balance.currency_symbol }}{{ integral_to_balance.integral_to_balance_estimate }}{{ integral_to_balance.text_entry_intro_after }}
- {{ integral_to_balance.display_message }}
-
-
-
-
-
-
-
- {{$t('index.index.srd2ch')}}{{item.original_integral}}
- /{{$t('goods-category.goods-category.5p4ksj')}}{{item.new_integral}}
-
- {{item.add_time_time}}
-
-
- {{item.msg}}
-
- {{item.integral_type_text}}
- {{item.operation_type == 1 ? '+' : '-'}}{{item.operation_integral}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/user-order-comments/user-order-comments.vue b/pages/user-order-comments/user-order-comments.vue
index fee5b583..2d68a356 100644
--- a/pages/user-order-comments/user-order-comments.vue
+++ b/pages/user-order-comments/user-order-comments.vue
@@ -80,6 +80,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-order-detail/user-order-detail.vue b/pages/user-order-detail/user-order-detail.vue
index 8472d3c4..baaf3256 100644
--- a/pages/user-order-detail/user-order-detail.vue
+++ b/pages/user-order-detail/user-order-detail.vue
@@ -522,6 +522,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-order/user-order.vue b/pages/user-order/user-order.vue
index 4787016a..35941959 100644
--- a/pages/user-order/user-order.vue
+++ b/pages/user-order/user-order.vue
@@ -204,12 +204,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 是否指定状态
var nav_status_index = 0;
if ((params.status || null) != null) {
diff --git a/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue b/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue
index e718b90e..6f6ab4cd 100644
--- a/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue
+++ b/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue
@@ -557,6 +557,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
diff --git a/pages/user-orderaftersale/user-orderaftersale.vue b/pages/user-orderaftersale/user-orderaftersale.vue
index 80359188..3e6b23d2 100644
--- a/pages/user-orderaftersale/user-orderaftersale.vue
+++ b/pages/user-orderaftersale/user-orderaftersale.vue
@@ -129,12 +129,12 @@
},
onLoad(params) {
- // 调用公共事件方法
- app.globalData.page_event_onload_handle(params);
-
// 参数处理
params = app.globalData.launch_params_handle(params);
+ // 调用公共事件方法
+ app.globalData.page_event_onload_handle(params);
+
// 是否指定状态
var nav_status_index = 0;
if ((params.status || null) != null) {
diff --git a/pages/user/user.vue b/pages/user/user.vue
index 06cf7c82..7932474f 100644
--- a/pages/user/user.vue
+++ b/pages/user/user.vue
@@ -256,6 +256,9 @@
},
onLoad(params) {
+ // 参数处理
+ params = app.globalData.launch_params_handle(params);
+
// 调用公共事件方法
app.globalData.page_event_onload_handle(params);
},
diff --git a/pages/web-view/web-view.vue b/pages/web-view/web-view.vue
index d489996d..a08c198a 100644
--- a/pages/web-view/web-view.vue
+++ b/pages/web-view/web-view.vue
@@ -1,58 +1,61 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file