接着做首页的充值,,调试接口

This commit is contained in:
2024-03-28 16:49:49 +08:00
parent 4713116996
commit c9abd2cfa0
15 changed files with 125 additions and 35 deletions

View File

@@ -18,11 +18,11 @@
<view class="content">
<template is="content" data="{{title, rightArrow}}" />
</view>
<view class="borderBottom border" wx:if="{{borderBottom}}"></view>
<view class="borderBottom" wx:if="{{borderBottom}}"></view>
</view>
<view wx:else bind:tap="click">
<button class="button" open-type="{{openType}}" plain="true">
<template is="content" data="{{title, rightArrow}}" />
</button>
<view class="borderBottom border" wx:if="{{borderBottom}}"></view>
<view class="borderBottom" wx:if="{{borderBottom}}"></view>
</view>