接着做首页的充值,,调试接口
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user