Commit c06da3e9 authored by 王建威's avatar 王建威

bug fix

parent 3d467a1c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"appid": "__UNI__F904656", "appid": "__UNI__F904656",
"description": "", "description": "",
"versionName": "1.0.25", "versionName": "1.0.26",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "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": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
{ {
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"version": "1.0.24", "version": "1.0.26",
"description": "谛宝多多商城", "description": "谛宝多多商城",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
......
...@@ -173,7 +173,6 @@ ...@@ -173,7 +173,6 @@
success: (res) => { success: (res) => {
uni.showLoading({ uni.showLoading({
title: '上传中', title: '上传中',
icon: 'none',
duration:90000 duration:90000
}) })
const tempFilePaths = res.tempFilePaths const tempFilePaths = res.tempFilePaths
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
methods: { methods: {
reupload() { reupload() {
uni.navigateTo({ 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}`
}) })
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment