作者 xuqiang

提交

1 { 1 {
2 "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages 2 "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
3 -  
4 { 3 {
5 - "path": "pages/index/init", 4 + "path": "pages/index/license/otherQuestion",
6 "style": { 5 "style": {
7 - "navigationStyle":"custom" 6 + "navigationBarTitleText":"其他问题"
8 } 7 }
9 }, 8 },
10 { 9 {
11 - "path": "pages/index/license/otherQuestion", 10 + "path": "pages/index/init",
12 "style": { 11 "style": {
13 - "navigationBarTitleText":"其他问题" 12 + "navigationStyle":"custom"
14 } 13 }
15 }, 14 },
16 { 15 {
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详我是详情我是详情我是详情我是详情我是详情我是详情我是详 9 我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详我是详情我是详情我是详情我是详情我是详情我是详情我是详
10 </view> 10 </view>
11 <view class="btn"> 11 <view class="btn">
12 - <view class="btnItem"> 12 + <view class="btnItem" @click="showHandleQuestion = true">
13 <image src="../../../static/image/ic_bj@2x.png" mode=""></image> 13 <image src="../../../static/image/ic_bj@2x.png" mode=""></image>
14 编辑 14 编辑
15 </view> 15 </view>
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详我是详情我是详情我是详情我是详情我是详情我是详情我是详 28 我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详情我是详我是详情我是详情我是详情我是详情我是详情我是详情我是详
29 </view> 29 </view>
30 <view class="btn"> 30 <view class="btn">
31 - <view class="btnItem"> 31 + <view class="btnItem" @click="showHandleQuestion = true">
32 <image src="../../../static/image/ic_bj@2x.png" mode=""></image> 32 <image src="../../../static/image/ic_bj@2x.png" mode=""></image>
33 编辑 33 编辑
34 </view> 34 </view>