yuminge-app/yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/fixedPrice/fixedPrice.wxml

5 lines
319 B
Plaintext

<!--packageA/mycomponent/goodsComponent/plugin/fixedPrice.wxml-->
<view class="optional" catchtap="toFixedPrice" wx:if="{{hasActivity}}">
<text class="three-count">{{pack_price}}元任选{{goods_count}}件</text>
<text class="go-group">去凑单<i class="iconfont icon-advertise-next icon-arrow"></i></text>
</view>