使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
weapp
/
C
关注
8
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
66
百科
动态
浏览代码
[拼团门店显示问题修改]
tags/福建版C.9.1.01
海洋之声
5 年前
父节点
ec92af74b9
当前提交
76c95e7e41
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
pages/joinFrDpell/index.wxml
+1
-1
pages/spellGroup/mySpellGroup/index.wxml
+ 1
- 1
pages/joinFrDpell/index.wxml
查看文件
@@ -30,7 +30,7 @@
</view>
</view>
</view>
</view>
<!-- 适用门店 -->
<!-- 适用门店 -->
<store merchantVoList="{{merchantVoList}}"></store>
<store
wx:if="{{merchantVoList.length>0}}"
merchantVoList="{{merchantVoList}}"></store>
<view class='text'>
<view class='text'>
<view class='p-des'>
<view class='p-des'>
<view class='p-title'>购买须知:</view>
<view class='p-title'>购买须知:</view>
+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml
查看文件
@@ -50,7 +50,7 @@
</view>
</view>
</view>
</view>
<!-- 适用门店 -->
<!-- 适用门店 -->
<store merchantVoList="{{merchantVoList}}"></store>
<store
wx:if="{{merchantVoList.length>0}}"
merchantVoList="{{merchantVoList}}"></store>
<view class='notes'>
<view class='notes'>
<view>
<view>
<text>购买须知</text>
<text>购买须知</text>
撰写
预览
正在加载...
取消
保存