Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
66a52476
Commit
66a52476
authored
Jun 04, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改线路订单预览
parent
cb9a05a8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
497 additions
and
62 deletions
+497
-62
ali-iconfont.css
node_modules/uview-ui/ali-iconfont.css
+19
-3
index.vue
pages/index/index.vue
+5
-0
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+2
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+3
-3
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+464
-51
api.js
plugin/api.js
+4
-4
No files found.
node_modules/uview-ui/ali-iconfont.css
View file @
66a52476
@font-face
{
font-family
:
"iconfont"
;
/* Project id 1830471 */
src
:
url('//at.alicdn.com/t/font_1830471_
b1q5b9z71n.woff2?t=1622518908789
')
format
(
'woff2'
),
url('//at.alicdn.com/t/font_1830471_
b1q5b9z71n.woff?t=1622518908789
')
format
(
'woff'
),
url('//at.alicdn.com/t/font_1830471_
b1q5b9z71n.ttf?t=1622518908789
')
format
(
'truetype'
);
src
:
url('//at.alicdn.com/t/font_1830471_
9s93fs3i7o.woff2?t=1622777058762
')
format
(
'woff2'
),
url('//at.alicdn.com/t/font_1830471_
9s93fs3i7o.woff?t=1622777058762
')
format
(
'woff'
),
url('//at.alicdn.com/t/font_1830471_
9s93fs3i7o.ttf?t=1622777058762
')
format
(
'truetype'
);
}
.iconfont
{
...
...
@@ -13,6 +13,22 @@
-moz-osx-font-smoothing
:
grayscale
;
}
.iconshenhezhong
:before
{
content
:
"\e606"
;
}
.iconquxiao
:before
{
content
:
"\e60e"
;
}
.icondaizhifu-
:before
{
content
:
"\e618"
;
}
.iconzhengchang
:before
{
content
:
"\e783"
;
}
.iconartboard9-copy
:before
{
content
:
"\e726"
;
}
...
...
pages/index/index.vue
View file @
66a52476
...
...
@@ -507,6 +507,11 @@
},
methods
:
{
// goOrderDetails(){
// uni.navigateTo({
// url:"/pages/jiuzhai/jz_SureOrder?orderId=42389"
// })
// },
getunilogin
(
res
){
let
that
=
this
//静默登录操作
...
...
pages/jiuzhai/jz_MyOrder.vue
View file @
66a52476
...
...
@@ -191,8 +191,9 @@
},
methods
:
{
goOrderDetail
(
item
){
console
.
log
(
item
)
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/jz_SureOrder?order
Data="
+
encodeURIComponent
(
JSON
.
stringify
(
item
))
url
:
"/pages/jiuzhai/jz_SureOrder?order
Id="
+
item
.
orderId
});
},
change
(
i
)
{
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
66a52476
...
...
@@ -612,11 +612,11 @@
},
res
=>
{
this
.
orderInfo
=
JSON
.
parse
(
res
.
data
);
this
.
Pay
()
this
.
Pay
(
OrderId
)
}
);
},
Pay
(){
Pay
(
OrderId
){
let
that
=
this
;
uni
.
requestPayment
({
provider
:
'wxpay'
,
...
...
@@ -643,7 +643,7 @@
})
setTimeout
(()
=>
{
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/jz_SureOrder?order
Data="
+
this
.
orderData
url
:
"/pages/jiuzhai/jz_SureOrder?order
Id="
+
OrderId
});
},
100
)
}
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
66a52476
This diff is collapsed.
Click to expand it.
plugin/api.js
View file @
66a52476
...
...
@@ -2,10 +2,10 @@ export default {
install
(
Vue
,
options
)
{
Vue
.
prototype
.
host
=
"https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
//Vue.prototype.host2 = "https://localhost:5001
"
Vue
.
prototype
.
host2
=
"https://erpmallapi.oytour.com"
//
Vue.prototype.host3 = "http://192.168.20.24"
Vue
.
prototype
.
host3
=
"https://reborn.oytour.com"
Vue
.
prototype
.
host2
=
"http://192.168.20.24:8400
"
//
Vue.prototype.host2 = "https://erpmallapi.oytour.com"
Vue
.
prototype
.
host3
=
"http://192.168.20.24"
//
Vue.prototype.host3 = "https://reborn.oytour.com"
Vue
.
prototype
.
request
=
function
(
param
,
success
,
failed
)
{
//网络请求
...
...
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