File tree Expand file tree Collapse file tree 4 files changed +0
-65
lines changed
CoreCms.Net.Uni-App/CoreShop Expand file tree Collapse file tree 4 files changed +0
-65
lines changed Original file line number Diff line number Diff line change 116
116
}
117
117
]
118
118
},
119
- {
120
- "root" : " pages/reward" ,
121
- "name" : " reward" ,
122
- "pages" : [
123
- {
124
- "path" : " reward" ,
125
- "style" : {
126
- "navigationBarTextStyle" : " black" ,
127
- "navigationBarTitleText" : " 打赏"
128
- }
129
- }
130
- ]
131
- },
132
119
{
133
120
"root" : " pages/search" ,
134
121
"name" : " search" ,
Original file line number Diff line number Diff line change 19
19
<!-- 返回顶部组件-->
20
20
<u-back-top :scroll-top =" scrollTop" :duration =" 500" ></u-back-top >
21
21
22
- <!-- 弹出框-->
23
- <!-- <coreshop-modal-img :show="modalShow" :src="$globalConstVars.apiFilesUrl+'/static/images/empty/reward.png'" @imgTap="imgTap" @closeTap="closeTap" />-->
24
22
<!-- 登录提示 -->
25
23
<coreshop-login-modal ></coreshop-login-modal >
26
24
</view >
100
98
methods: {
101
99
about () {
102
100
103
- },
104
- imgTap () {
105
- this .modalShow = false ;
106
- uni .navigateTo ({
107
- url: " /pages/reward/reward"
108
- });
109
- },
110
- closeTap () {
111
- this .modalShow = false ;
112
101
},
113
102
goSearch () {
114
103
uni .navigateTo ({
Original file line number Diff line number Diff line change 19
19
<!-- 返回顶部组件-->
20
20
<u-back-top :scroll-top =" scrollTop" :duration =" 500" ></u-back-top >
21
21
22
- <!-- 弹出框-->
23
- <!-- <coreshop-modal-img :show="modalShow" :src="$globalConstVars.apiFilesUrl+'/static/images/empty/reward.png'" @imgTap="imgTap" @closeTap="closeTap" />-->
24
22
<!-- 登录提示 -->
25
23
<coreshop-login-modal ></coreshop-login-modal >
26
24
</view >
94
92
methods: {
95
93
about () {
96
94
97
- },
98
- imgTap () {
99
- this .modalShow = false ;
100
- uni .navigateTo ({
101
- url: " /pages/reward/reward"
102
- });
103
- },
104
- closeTap () {
105
- this .modalShow = false ;
106
95
},
107
96
goSearch () {
108
97
uni .navigateTo ({
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments