瀏覽代碼

[拼团门店使用组件修改]

tags/福建版C.9.1.01
刘晖 5 年之前
父節點
當前提交
0f07ee3006
共有 6 個檔案被更改,包括 8 行新增30 行删除
  1. +0
    -1
      components/store/index.wxss
  2. +2
    -1
      pages/joinFrDpell/index.json
  3. +2
    -13
      pages/joinFrDpell/index.wxml
  4. +0
    -1
      pages/joinFrDpell/index.wxss
  5. +2
    -1
      pages/spellGroup/mySpellGroup/index.json
  6. +2
    -13
      pages/spellGroup/mySpellGroup/index.wxml

+ 0
- 1
components/store/index.wxss 查看文件

@@ -3,7 +3,6 @@
height: 70rpx; height: 70rpx;
line-height: 70rpx; line-height: 70rpx;
color: #333; color: #333;
text-indent: 1em;
background: #fff; background: #fff;
} }




+ 2
- 1
pages/joinFrDpell/index.json 查看文件

@@ -2,6 +2,7 @@
"navigationBarTitleText": "拼团券详情", "navigationBarTitleText": "拼团券详情",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"usingComponents": { "usingComponents": {
"navbar": "../../components/navbar/navbar"
"navbar": "../../components/navbar/navbar",
"store": "../../../../components/store/index"
} }
} }

+ 2
- 13
pages/joinFrDpell/index.wxml 查看文件

@@ -28,19 +28,8 @@
<view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view> <view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view>
</view> </view>
</view> </view>
<view class='posi'>
<view class='applyshop'>适用门店</view>
<view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index">
<view>
<image src='{{item.merchantImgUrl}}'></image>
</view>
<view>
<text>{{item.merchantName}}</text>
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
</view>
<image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
<view class='p-des'> <view class='p-des'>
<view class='p-title'>购买须知:</view> <view class='p-title'>购买须知:</view>
<view class='p-list'>{{data.remark}}</view> <view class='p-list'>{{data.remark}}</view>


+ 0
- 1
pages/joinFrDpell/index.wxss 查看文件

@@ -135,7 +135,6 @@
.p-title{ .p-title{
font-size:32rpx; font-size:32rpx;
font-family:PingFang-SC-Bold; font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(51,51,51,1); color:rgba(51,51,51,1);
margin: 10rpx 0 20rpx 0; margin: 10rpx 0 20rpx 0;
} }


+ 2
- 1
pages/spellGroup/mySpellGroup/index.json 查看文件

@@ -2,6 +2,7 @@
"navigationBarTitleText": "拼团券详情", "navigationBarTitleText": "拼团券详情",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"usingComponents": { "usingComponents": {
"navbar": "../../../../components/navbar/navbar"
"navbar": "../../../../components/navbar/navbar",
"store": "../../../../components/store/index"
} }
} }

+ 2
- 13
pages/spellGroup/mySpellGroup/index.wxml 查看文件

@@ -49,19 +49,8 @@
<view class='s-button' bindtap='gotoPartner'>去拼团</view> <view class='s-button' bindtap='gotoPartner'>去拼团</view>
</view> </view>
</view> </view>
<view class='posi'>
<view class='applyshop'>适用门店</view>
<view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index">
<view>
<image src='{{item.merchantImgUrl}}'></image>
</view>
<view>
<text>{{item.merchantName}}</text>
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
</view>
<image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
<view class='notes'> <view class='notes'>
<view> <view>
<text>购买须知</text> <text>购买须知</text>


Loading…
取消
儲存