纸通宝SAAS仓库
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.
 

49 lines
2.1 KiB

<!--pages/htmls/saas/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">纸通宝代收服务</view>
</cu-custom>
<view class="relative">
<van-image width="750rpx" height="1476rpx" use-loading-slot
src="https://pic.downk.cc/item/5feda5403ffa7d37b37a4610.png" fit="fill">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
<view class="container">
<van-image width="750rpx" height="820rpx" use-loading-slot
src="https://pic.downk.cc/item/5feda5213ffa7d37b37a0af9.png" fit="fill">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
<view style="padding:42rpx">
<view class="bg-white" style="padding:54rpx;border-radius: 30rpx">
<view class="flex">
<view class="flex flex-column" style="flex:1">
<view class="text-sg" style="line-height:46rpx">长按屏幕扫一扫客服微信二维码</view>
<view class="text-sg" style="margin-top:24rpx;line-height:46rpx">更多详情请联系客服020-8251 6486</view>
</view>
<view style="flex:1;padding-left:40rpx">
<van-image width="210rpx" height="210rpx" use-loading-slot show-menu-by-longpress
src="https://pic.downk.cc/item/5fed2d433ffa7d37b3a2680b.png" fit="fill">
<view class="image-load" style="width:210rpx;height:210rpx" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
</view>
</view>
<view class="flex flex-center" style="margin-top:96rpx">
<van-button custom-style="width:445rpx" color="linear-gradient(180deg, #705BFC 0%, #444BFA 100%)" round
type="info" bind:click="tellPhone">联系客服</van-button>
</view>
</view>
</view>
</view>
</view>
<van-dialog use-slot title="代收额度" show="{{ show }}" transition="fade" bind:close="onClose" bind:confirm="onConfirm">
<input id="amount" type="number" class="dialog-input" placeholder-style="color:#aaa;"
maxlength="8" placeholder="请输入您需要的额度,单位(万元)" bindinput="bindInput" />
</van-dialog>