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.
1 line
1.9 KiB
1 line
1.9 KiB
4 months ago
|
<view><view class="flex-col flex-center py-80"><base-money vue-id="161a4520-1" money="{{payPriceShow}}" symbolSize="48" integerSize="64" decimalSize="48" color="#333" weight="{{true}}" bind:__l="__l"></base-money><view class="flex-y-center mt-20"><text class="fs-24 text--w111-333 lh-36rpx pr-10">支付剩余时间</text><count-down vue-id="161a4520-2" is-day="{{false}}" tip-text=" " day-text=" " hour-text=":" minute-text=":" second-text=" " bgColor="#FFFFFF" colors="#FF7E00" dotColor="#FF7E00" datatime="{{invalidTime}}" bind:__l="__l"></count-down></view></view><view class="px-20"><view class="bg--w111-fff rd-24rpx px-24"><view class="pt-60 flex-center fs-30 lh-42rpx fw-500"><text>方式一:</text><view data-event-opts="{{[['tap',[['checkType',['weixin']]]]]}}" class="flex-y-center pl-30" bindtap="__e"><text class="{{['iconfont',paytype=='weixin'?'icon-ic_Selected':'icon-ic_unselect']}}"></text><text class="pl-10">微信扫码</text></view><view data-event-opts="{{[['tap',[['checkType',['alipay']]]]]}}" class="flex-y-center ml-50" bindtap="__e"><text class="{{['iconfont',paytype=='alipay'?'icon-ic_Selected':'icon-ic_unselect']}}"></text><text class="pl-10">支付宝扫码</text></view></view><view hidden="{{!(config.code)}}" class="flex-center mt-40 pb-50 border-b"><w-qrcode vue-id="161a4520-3" options="{{config}}" bind:__l="__l"></w-qrcode></view><view class="pt-50 flex-center fs-30 lh-42rpx fw-500">方式二:用户进入商城支付订单</view><view class="py-60 flex-center"><image class="guide" src="{{imgHost+'/statics/images/pay_guide.png'}}"></image></view></view></view><view class="h-200"></view><view class="fixed-lb w-full pb-safe"><view class="w-full h-128 flex-center"><view data-event-opts="{{[['tap',[['backPage',['$event']]]]]}}" class="w-710 h-80 flex-center rd-40rpx fs-28 bg-primary text--w111-fff" bindtap="__e">返回</view></view></view></view>
|