Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑秀明
shop_mobile_uni
Commits
aa2b3e27
Commit
aa2b3e27
authored
Sep 08, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协议
parent
cad9ebad
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
161 additions
and
7 deletions
+161
-7
manifest.json
manifest.json
+0
-4
protocal.vue
pages/theRights/protocal.vue
+146
-0
theRights.vue
pages/theRights/theRights.vue
+15
-3
No files found.
manifest.json
View file @
aa2b3e27
...
...
@@ -51,11 +51,7 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
<<<<<<<
HEAD
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.28/"
,
=======
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.29/"
,
>>>>>>>
4337249
d
9
c
384579
ecab
61
ff
2298
afbd
363
db
5
ee
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
...
...
pages/theRights/protocal.vue
0 → 100644
View file @
aa2b3e27
This diff is collapsed.
Click to expand it.
pages/theRights/theRights.vue
View file @
aa2b3e27
...
...
@@ -115,15 +115,20 @@
<text
class=
"checkbtn check"
v-else
@
click=
"check"
></text>
<text
class=
"check_title"
>
我已阅读并同意
</text>
</view>
<view
class=
"agreement"
>
《谛宝白条开通协议》
</view>
<view
class=
"agreement"
@
click=
"protocal"
>
《谛宝白条开通协议》
</view>
</view>
<view
class=
"open_btn"
v-if=
"status === -1 && Number(is_auth) === -1"
@
click=
"reupload"
>
立即开通
</view>
<view
class=
"open_btn"
v-else
@
click=
"go_open"
>
立即开通
</view>
</view>
<uni-popup
ref=
"popup"
>
<protocal
/>
</uni-popup>
</view>
</
template
>
<
script
>
import
uniPopup
from
"@/components/uni-popup/uni-popup.vue"
;
import
protocal
from
"./protocal.vue"
;
export
default
{
data
()
{
return
{
...
...
@@ -192,8 +197,15 @@
uni
.
navigateTo
({
url
:
'/pages/home/home'
});
}
}
},
protocal
()
{
this
.
$refs
.
popup
.
open
();
}
},
components
:
{
uniPopup
,
protocal
}
}
</
script
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment