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
b3cf11809f5b79d2c7e5b39e210505adb8dbc9a4
Authored by
yvan.ni
2021-10-18 17:24:29 +0800
1 parent
6d433ab0
小程序前端的几个优化
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
packageC/pages/presell/list/list.wxml
pages/goods/goodsInfo/goodsInfo.js
packageC/pages/presell/list/list.wxml
View file @
b3cf118
...
...
@@ -21,12 +21,7 @@
21
21
</view>
22
22
23
23
</block>
24
- </swiper>
25
-
26
-
27
-</block>
28
-<block wx:else>
29
- <image class="xc-top-img" src="{{url}}/miniapp/images/seckill_top_img.jpg"></image>
24
+ </swiper>
30
25
</block>
31
26
32
27
...
...
pages/goods/goodsInfo/goodsInfo.js
View file @
b3cf118
...
...
@@ -2262,6 +2262,9 @@ Page({
2262
2262
if (res.data.code == 0) prom = res.data.data;
2263
2263
})
2264
2264
break
2265
+
2266
+ case 8:
2267
+ continue;
2265
2268
2266
2269
}
2267
2270
...
...