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
c06da3e9
Commit
c06da3e9
authored
Aug 31, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
3d467a1c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
manifest.json
manifest.json
+2
-2
package.json
package.json
+1
-1
applypage2.vue
pages/apply/applypage2.vue
+0
-1
refuse.vue
pages/refuse/refuse.vue
+1
-1
No files found.
manifest.json
View file @
c06da3e9
...
...
@@ -2,7 +2,7 @@
"name"
:
"shop_mobile_uni"
,
"appid"
:
"__UNI__F904656"
,
"description"
:
""
,
"versionName"
:
"1.0.2
5
"
,
"versionName"
:
"1.0.2
6
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
...
...
@@ -51,7 +51,7 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/
test/1.0.25
/"
,
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/
mirror/1.0.26
/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
...
...
package.json
View file @
c06da3e9
{
"name"
:
"shop_mobile_uni"
,
"version"
:
"1.0.2
4
"
,
"version"
:
"1.0.2
6
"
,
"description"
:
"谛宝多多商城"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
...
...
pages/apply/applypage2.vue
View file @
c06da3e9
...
...
@@ -173,7 +173,6 @@
success
:
(
res
)
=>
{
uni
.
showLoading
({
title
:
'上传中'
,
icon
:
'none'
,
duration
:
90000
})
const
tempFilePaths
=
res
.
tempFilePaths
...
...
pages/refuse/refuse.vue
View file @
c06da3e9
...
...
@@ -52,7 +52,7 @@
methods
:
{
reupload
()
{
uni
.
navigateTo
({
url
:
`/pages/apply/applypage1?contract_no=
${
this
.
data
.
contract_no
}
&property_id=
${
this
.
data
.
property_id
}
`
url
:
`/pages/apply/applypage1?contract_no=
${
this
.
data
.
contract_no
}
&property_id=
${
this
.
data
.
property_id
}
&equipment_id=
${
this
.
data
.
equipment_id
}
`
})
}
},
...
...
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