拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
421B

  1. <!--components/GoodsInfo/index.wxml-->
  2. <view class="info_container">
  3. <image class="goods_image" src="{{detail.coverImage}}"></image>
  4. <view class="goods_info">
  5. <view class="goods_desc">{{detail.goodsName}}</view>
  6. <view class="goods_points">
  7. <text style="color: #FC8202;font-size: 38rpx;">{{detail.goodsPoints}}</text>
  8. <text> 积分</text>
  9. </view>
  10. </view>
  11. </view>