|
@@ -8,7 +8,7 @@
|
8
|
8
|
<view class="flex-h">
|
9
|
9
|
<text @tap="ShowPhoneAuthPopup = false; toIndexPage()">拒绝</text>
|
10
|
10
|
<view class="flex-item"></view>
|
11
|
|
- <text>确定</text>
|
|
11
|
+ <text>允许</text>
|
12
|
12
|
<button class="autu-btn" open-type="getPhoneNumber" @getphonenumber="GetUserPhone">获取授权</button>
|
13
|
13
|
</view>
|
14
|
14
|
</view>
|
|
@@ -83,7 +83,7 @@ export default {
|
83
|
83
|
]),
|
84
|
84
|
toIndexPage () {
|
85
|
85
|
Taro.reLaunch({
|
86
|
|
- url: '/pages/index/index'
|
|
86
|
+ url: '/pages/Index/index'
|
87
|
87
|
})
|
88
|
88
|
},
|
89
|
89
|
Init () {
|