优化团购 - 商品详情页面代码

This commit is contained in:
赵毅 2025-11-12 08:51:39 +08:00
parent 36b69c31b1
commit da61b6ca53

View File

@ -433,7 +433,9 @@
<view class="welfare-container"> <view class="welfare-container">
<view class="welfare-header"> <view class="welfare-header">
<view class="welfare-title"> <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>
<view class="welfare-action">已获得</view> <view class="welfare-action">已获得</view>
@ -467,7 +469,7 @@
</view> </view>
<view class="welfare-item welfare-item-beans"> <view class="welfare-item welfare-item-beans">
<view class="welfare-item-top"> <view class="welfare-item-top">
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/activity_jin.png" mode="aspectFit"/> <image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/activity_jin.png" mode="aspectFit" />
<view>石榴金</view> <view>石榴金</view>
</view> </view>
<view> <view>
@ -489,15 +491,13 @@
<view class="share-buttons"> <view class="share-buttons">
<button class="share-btn-wechat" open-type="share" bindtap="onShareButtonClick" /> <button class="share-btn-wechat" open-type="share" bindtap="onShareButtonClick" />
<view class="share-item"> <view class="share-item">
<image <image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
mode="aspectFill"></image> mode="aspectFill"></image>
微信好友 微信好友
</view> </view>
<button class="share-btn-miniprogram" open-type="share" bindtap="onShareButtonClick" /> <button class="share-btn-miniprogram" open-type="share" bindtap="onShareButtonClick" />
<view class="share-item" @click="shareFriend"> <view class="share-item" @click="shareFriend">
<image <image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_WX.png"
mode="aspectFill"></image> mode="aspectFill"></image>
小程序链接 小程序链接
</view> </view>
@ -509,6 +509,7 @@
</view> </view>
</view> </view>
</view> </view>
</view>
</template> </template>
<script> <script>