helpfarm-success.wxml 1.0 KB

12345678910111213141516
  1. <view class="bg">
  2. <view class="t-top">
  3. <view><image class="t-img" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/teambuysuccess.png" /></view>
  4. <view class="t-text">团购成功</view>
  5. </view>
  6. <view class="t-center">
  7. <view class="center-text">团购须知</view>
  8. <view class="center-text1">在<text style="color:#eab86a">“我的团购”</text>可查看开仓放粮时间</view>
  9. <view class="center-btn" bindtap="tofarm">点击前往</view>
  10. <view class="center-part"></view>
  11. <view class="center-text1">开仓放粮后即可在“<text style="color:#eab86a">我的粮仓-自用</text>”填写送货地址。或分配“<text style="color:#eab86a">代销</text>”与“<text style="color:#eab86a">回购</text>”。</view>
  12. <view class="center-btn1" wx:if="{{isshow}}" bindtap="togranary">已放粮,请填写发货地址</view>
  13. <view class="center-btn1" style="background:#999" wx:if="{{!isshow}}">暂未放粮</view>
  14. </view>
  15. <view class="backhome" bindtap="tohome">返回首页</view>
  16. </view>