|
|
@@ -119,16 +119,18 @@ export default {
|
|
|
uni.stopPullDownRefresh();
|
|
|
}
|
|
|
},
|
|
|
- onLoad(option) {},
|
|
|
+ onLoad(option) {
|
|
|
+ this._list();
|
|
|
+ },
|
|
|
onShow(){
|
|
|
uni.removeStorageSync('newClient');
|
|
|
},
|
|
|
methods: {
|
|
|
- init() {
|
|
|
- if(!this.no_shop_show_model) {
|
|
|
- this._list();
|
|
|
- }
|
|
|
- },
|
|
|
+ // init() {
|
|
|
+ // if(!this.no_shop_show_model) {
|
|
|
+ // this._list();
|
|
|
+ // }
|
|
|
+ // },
|
|
|
syncFromDefaultShop(){
|
|
|
uni.showLoading({mask:true})
|
|
|
copyCumtomer().then(res => {
|