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

bug fix

parent 3d467a1c
......@@ -2,7 +2,7 @@
"name": "shop_mobile_uni",
"appid": "__UNI__F904656",
"description": "",
"versionName": "1.0.25",
"versionName": "1.0.26",
"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
......
{
"name": "shop_mobile_uni",
"version": "1.0.24",
"version": "1.0.26",
"description": "谛宝多多商城",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
......
......@@ -173,7 +173,6 @@
success: (res) => {
uni.showLoading({
title: '上传中',
icon: 'none',
duration:90000
})
const tempFilePaths = res.tempFilePaths
......
......@@ -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}`
})
}
},
......
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