This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[拼团门店显示问题修改]
tags/福建版C.9.1.01
海洋之声
5 years ago
parent
ec92af74b9
commit
76c95e7e41
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/joinFrDpell/index.wxml
+1
-1
pages/spellGroup/mySpellGroup/index.wxml
+ 1
- 1
pages/joinFrDpell/index.wxml
View File
@@ -30,7 +30,7 @@
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{merchantVoList}}"></store>
<store
wx:if="{{merchantVoList.length>0}}"
merchantVoList="{{merchantVoList}}"></store>
<view class='text'>
<view class='p-des'>
<view class='p-title'>购买须知:</view>
+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml
View File
@@ -50,7 +50,7 @@
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{merchantVoList}}"></store>
<store
wx:if="{{merchantVoList.length>0}}"
merchantVoList="{{merchantVoList}}"></store>
<view class='notes'>
<view>
<text>购买须知</text>
Write
Preview
Loading…
Cancel
Save