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