|
@@ -341,7 +341,7 @@
|
|
this.id = options.id.indexOf(",") ? options.id.split(",")[0] : options.id
|
|
this.id = options.id.indexOf(",") ? options.id.split(",")[0] : options.id
|
|
if (uni.getStorageSync("userInfo").phone) {
|
|
if (uni.getStorageSync("userInfo").phone) {
|
|
this.userInfo = uni.getStorageSync("userInfo")
|
|
this.userInfo = uni.getStorageSync("userInfo")
|
|
- // this.commonId = options.id.indexOf(",") ? options.id.split(",")[1] : ''
|
|
|
|
|
|
+ this.commonId = options.id.indexOf(",") ? options.id.split(",")[1] : ''
|
|
|
|
|
|
this.getList()
|
|
this.getList()
|
|
|
|
|