gdpao
This commit is contained in:
@@ -149,7 +149,6 @@ export default {
|
||||
this.getLiveSpec();
|
||||
|
||||
this.device = uni.getSystemInfoSync(); // 获取信息
|
||||
console.log(this.device);
|
||||
},
|
||||
methods: {
|
||||
publish() {
|
||||
@@ -158,7 +157,7 @@ export default {
|
||||
for (let index in arr) {
|
||||
newarr.push(arr[index].file_id);
|
||||
}
|
||||
console.log(this.imgarrA);
|
||||
console.log(this.imgarrA,newarr);
|
||||
this.$u.api
|
||||
.publishphoto({
|
||||
article_title: this.form.name,
|
||||
|
||||
Reference in New Issue
Block a user