小程序编译0.0.0
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
async onLoad(options) {
|
||||
console.log(options)
|
||||
if (options.tape == 1) {
|
||||
this.url = options.url;
|
||||
let res = await this.api.szzpyhurl({
|
||||
store_id: uni.getStorageSync('userId')
|
||||
})
|
||||
this.url = res.data.url;
|
||||
} else {
|
||||
let res = await this.api.szzpydownloadurl({
|
||||
id: options.id
|
||||
|
||||
Reference in New Issue
Block a user