这版是公共号授权版
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { appId } from "../../../env";
|
||||
import { request } from "../../../utils/request";
|
||||
|
||||
Page({
|
||||
@@ -118,7 +117,7 @@ Page({
|
||||
seeId: wx.getStorageSync("seeId") || '',
|
||||
code: wx.getStorageSync("code") || '',
|
||||
openId: wx.getStorageSync("openId") || '',
|
||||
appId,
|
||||
appId: wx.getStorageSync("appId") || '',
|
||||
type: this.data.selectedReason,
|
||||
description: this.data.description,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user