...
|
...
|
@@ -182,9 +182,14 @@ Page( |
|
|
wx.showLoading({
|
|
|
mask: true,
|
|
|
});
|
|
|
this._init({isPulldown: true}).then(() => {
|
|
|
wx.stopPullDownRefresh();
|
|
|
});
|
|
|
const {product = {}} = this.data;
|
|
|
if(product.status === 3) {
|
|
|
wx.navigateTo({url: '/pages/zeroSell/originalPriceSell'})
|
|
|
}else {
|
|
|
this._init({isPulldown: true}).then(() => {
|
|
|
wx.stopPullDownRefresh();
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
|
|
|
/**
|
...
|
...
|
|