|
|
@@ -36,10 +36,6 @@ |
|
|
|
<view class='s-button' bindtap='gotoPartner'>去拼团</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='p-des'> |
|
|
|
<view class='p-title'>购买须知</view> |
|
|
|
<view class='p-list'>{{data.remark}}</view> |
|
|
|
</view> |
|
|
|
<view class='posi'> |
|
|
|
<view class='applyshop'>适用门店</view> |
|
|
|
<view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> |
|
|
@@ -53,6 +49,14 @@ |
|
|
|
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='notes'> |
|
|
|
<view> |
|
|
|
<text>购买须知</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text><text class='spot'></text>{{data.remark}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<form bindsubmit="submit" report-submit='true' > |
|
|
|
<view class='edit'> |
|
|
|
<button class='goback' bindtap='gotoIndex'><image src='{{wmhome}}' mode="widthFix"></image></button> |
|
|
|