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

57 lines
2.4 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="1496rpx" use-loading-slot
src="https://img.imgdb.cn/item/604722f75aedab222c7919d9.png" fit="fill">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
<view class="end">
<van-image width="750rpx" height="241rpx" use-loading-slot src="https://img.imgdb.cn/item/6048d8605aedab222c8a3a4c.png" fit="fill">
<view class="image-load" width="750rpx" height="241rpx" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
</view>
<view class="container">
<van-image width="750rpx" height="793rpx" use-loading-slot
src="https://img.imgdb.cn/item/6047226b5aedab222c78cfde.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="200rpx" height="200rpx" use-loading-slot show-menu-by-longpress
src="https://img.imgdb.cn/item/6088db7ad1a9ae528f60cf13.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>
<notification id="qn-notification"/>