Explorar el Código

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

tags/福建版C.9.1.01
刘晖 hace 5 años
padre
commit
0f07ee3006
Se han modificado 6 ficheros con 8 adiciones y 30 borrados
  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 Ver fichero

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



+ 2
- 1
pages/joinFrDpell/index.json Ver fichero

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

+ 2
- 13
pages/joinFrDpell/index.wxml Ver fichero

@@ -28,19 +28,8 @@
<view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</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-title'>购买须知:</view>
<view class='p-list'>{{data.remark}}</view>


+ 0
- 1
pages/joinFrDpell/index.wxss Ver fichero

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


+ 2
- 1
pages/spellGroup/mySpellGroup/index.json Ver fichero

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

+ 2
- 13
pages/spellGroup/mySpellGroup/index.wxml Ver fichero

@@ -49,19 +49,8 @@
<view class='s-button' bindtap='gotoPartner'>去拼团</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>
<text>购买须知</text>


Cargando…
Cancelar
Guardar