|
@@ -139,10 +139,6 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
confirmCreate(){
|
|
confirmCreate(){
|
|
|
- // #ifdef MP-WEIXIN
|
|
|
|
|
- this.$msg('请在APP上操作')
|
|
|
|
|
- // #endif
|
|
|
|
|
- // #ifdef APP-PLUS
|
|
|
|
|
let that = this
|
|
let that = this
|
|
|
this.$innerAudioContext.play()
|
|
this.$innerAudioContext.play()
|
|
|
if(this.form.cover == ''){
|
|
if(this.form.cover == ''){
|
|
@@ -154,6 +150,10 @@ export default {
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
if(this.form.needPrint == 1){
|
|
if(this.form.needPrint == 1){
|
|
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
|
|
+ this.$msg('请在APP上操作')
|
|
|
|
|
+ return false
|
|
|
|
|
+ // #endif
|
|
|
plug.state({},ret=>{
|
|
plug.state({},ret=>{
|
|
|
if(ret.code == 1){
|
|
if(ret.code == 1){
|
|
|
//提醒连接标签机
|
|
//提醒连接标签机
|
|
@@ -165,7 +165,6 @@ export default {
|
|
|
}else{
|
|
}else{
|
|
|
this.commitCreate()
|
|
this.commitCreate()
|
|
|
}
|
|
}
|
|
|
- // #endif
|
|
|
|
|
},
|
|
},
|
|
|
commitCreate(){
|
|
commitCreate(){
|
|
|
let that = this
|
|
let that = this
|