Commit fa5f1b6c by hank

上传脚本编写

parent 0b697dff
......@@ -242,13 +242,14 @@ export default {
}else{
return;
}
this.addressDetail = this.$refs.input4.setVal()
this.danwei = this.$refs.input3.setVal()
console.log(this.addressDetail, this.danwei)
if(this.address1 == '' || this.address1 === '您所在的城市*' ){
if(!this.address1 || this.address1 == '您所在的城市*' ){
Toast('请选择您所在的城市');
return;
}
this.addressDetail = this.$refs.input4.setVal()
this.danwei = this.$refs.input3.setVal()
console.log(this.addressDetail, this.danwei)
Indicator.open();
this.$http.post('contest/sign/save', {
mobile: _this.phoneNumber,
......
# cp ./dist/index.html ./dist/index.blade.php
cp ./dist/index.html ./dist/index.blade.php
\scp -r ./dist/index.blade.php root@101.200.152.229:/home/webroot/wanda.h5comment/src/resources/views/web/sign
# \scp -r ./dist/static root@101.200.152.229:/home/webroot/wanda.h5comment/src/public/message
\scp -r ./dist/* root@101.200.152.229:/home/webroot/wanda.h5comment/src/public/sign
# pass word Maxrocky5721
\ No newline at end of file
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 sign in to comment