|
@@ -403,9 +403,9 @@
|
|
|
bankimgs(items){
|
|
|
console.log(items)
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|
|
@@ -436,9 +436,9 @@
|
|
|
},
|
|
|
idUp(){
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|
|
@@ -454,9 +454,9 @@
|
|
|
},
|
|
|
idLow(){
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|
|
@@ -472,9 +472,9 @@
|
|
|
},
|
|
|
travel(){
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|
|
@@ -491,9 +491,9 @@
|
|
|
},
|
|
|
drive(){
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|
|
@@ -510,9 +510,9 @@
|
|
|
},
|
|
|
operate(){
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|
|
@@ -529,9 +529,9 @@
|
|
|
},
|
|
|
practice(){
|
|
|
var that = this
|
|
|
- wx.chooseImage({
|
|
|
+ uni.chooseImage({
|
|
|
success: function(res) {
|
|
|
- wx.uploadFile({
|
|
|
+ uni.uploadFile({
|
|
|
url: 'https://www.zthymaoyi.com/upload/admin',
|
|
|
filePath: res.tempFilePaths[0],
|
|
|
name: 'file',
|