|
|
@@ -3,9 +3,17 @@
|
|
3
|
3
|
<text class="text0">{{Text0}}</text>
|
|
4
|
4
|
<text class="text1">{{Text1}}</text>
|
|
5
|
5
|
|
|
6
|
|
- <view class="btn" bindtap="goto">
|
|
7
|
|
- <view class="btn1">{{Text2}}</view>
|
|
8
|
|
- </view>
|
|
|
6
|
+ <block wx:if="{{OrderType=='accredit'}}">
|
|
|
7
|
+ <view class="btn" bindtap="goto">
|
|
|
8
|
+ <button open-type="getUserInfo" class="btn1">{{Text2}}</button>
|
|
|
9
|
+ </view>
|
|
|
10
|
+ </block>
|
|
|
11
|
+ <block wx:if="{{OrderType!='accredit'}}">
|
|
|
12
|
+ <view class="btn" bindtap="goto">
|
|
|
13
|
+ <view class="btn1">{{Text2}}</view>
|
|
|
14
|
+ </view>
|
|
|
15
|
+ </block>
|
|
|
16
|
+
|
|
9
|
17
|
<view class="line2"></view>
|
|
10
|
18
|
<text class="text3">{{Text3}}</text>
|
|
11
|
19
|
|