优化团购 - 商品详情页面代码
This commit is contained in:
parent
36b69c31b1
commit
da61b6ca53
@ -433,7 +433,9 @@
|
||||
<view class="welfare-container">
|
||||
<view class="welfare-header">
|
||||
<view class="welfare-title">
|
||||
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/groupPurchase/welfare.png"></image>
|
||||
<image
|
||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/groupPurchase/welfare.png">
|
||||
</image>
|
||||
下单福利
|
||||
</view>
|
||||
<view class="welfare-action">已获得</view>
|
||||
@ -489,15 +491,13 @@
|
||||
<view class="share-buttons">
|
||||
<button class="share-btn-wechat" open-type="share" bindtap="onShareButtonClick" />
|
||||
<view class="share-item">
|
||||
<image
|
||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
|
||||
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
|
||||
mode="aspectFill"></image>
|
||||
微信好友
|
||||
</view>
|
||||
<button class="share-btn-miniprogram" open-type="share" bindtap="onShareButtonClick" />
|
||||
<view class="share-item" @click="shareFriend">
|
||||
<image
|
||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
|
||||
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
|
||||
mode="aspectFill"></image>
|
||||
小程序链接
|
||||
</view>
|
||||
@ -509,6 +509,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user