|
@@ -3117,7 +3117,7 @@ export default {
|
|
uni.getStorageSync(`tabkePhotoShow${this.goodsId}`) ==
|
|
uni.getStorageSync(`tabkePhotoShow${this.goodsId}`) ==
|
|
this.goodsId
|
|
this.goodsId
|
|
) {
|
|
) {
|
|
- this.openPhoto();
|
|
|
|
|
|
+ return this.openPhoto()
|
|
} else {
|
|
} else {
|
|
this.popupPhotoShow = true;
|
|
this.popupPhotoShow = true;
|
|
uni.setStorageSync(
|
|
uni.setStorageSync(
|