优惠券优化

master
gongfuxiang 2025-03-04 11:25:37 +08:00
parent 64ba69e09b
commit f65a9bdd58
3 changed files with 0 additions and 34 deletions

View File

@ -84,9 +84,6 @@
//
this.init();
//
this.init_config();
// onshow
if ((this.$refs.common || null) != null) {
this.$refs.common.on_show();

View File

@ -41,7 +41,6 @@
data_bottom_line_status: false,
data_list_loding_status: 1,
data_list_loding_msg: '',
currency_symbol: app.globalData.currency_symbol(),
params: null,
data_list: [],
data_base: null,
@ -78,9 +77,6 @@
//
this.init();
//
this.init_config();
// onshow
if ((this.$refs.common || null) != null) {
this.$refs.common.on_show();
@ -93,17 +89,6 @@
},
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');
}
},
//
init() {
this.get_data_list();

View File

@ -74,8 +74,6 @@
},
],
nav_tabs_value: 'not_use',
//
currency_symbol: app.globalData.currency_symbol(),
//
home_page_url: app.globalData.app_tabbar_pages()[0],
};
@ -100,9 +98,6 @@
//
this.init();
//
this.init_config();
// onshow
if ((this.$refs.common || null) != null) {
this.$refs.common.on_show();
@ -118,17 +113,6 @@
},
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');
}
},
//
init() {
var user = app.globalData.get_user_info(this, 'init');