wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7c7f22c408302c75469e30ca084cad65f32ecbee
Authored by
后端研发-苏泰源
2022-04-05 22:18:01 +0800
1 parent
6a796952
秒杀和拼单商品分享海报修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
7c7f22c
...
...
@@ -5267,7 +5267,7 @@ Page({
5267
5267
5268
5268
5269
5269
//--- 如果是自定义海报的时候 ---
5270
- if (type != 0
) {
5270
+ if (type != 0
&& type != 1 && type != 2 && type != 3
) {
5271
5271
5272
5272
if (th.data.poster && parseInt(th.data.poster.style) == 2) {
5273
5273
...
...