|
@@ -363,8 +363,9 @@
|
|
|
if (appId == 1) {
|
|
|
//微信盲票小程序
|
|
|
uni.requestSubscribeMessage({
|
|
|
- tmplIds: ['9nEWOqAiu9VujgFyQT0jeGI2xTNHm9cbJB8d7cY_dVg',
|
|
|
- 'aRcsZ69DlAdXKml7ciXMFIX2BJFyXpiytI2sQyk4Dmw',
|
|
|
+ tmplIds: ['92xxL8XTRPLROyNUtmN04OT0kyq4iwSCH3sz-j6zbZs',
|
|
|
+ 'FGcPOV1j9ApESr3VUlWjFr6E1vF4X_h0LLN82T2CLL0',
|
|
|
+ '3y_My-yRmqmGd3-f-vAwNaK4LQeehzXBSNDi_5wcnFI',
|
|
|
],
|
|
|
success(res) {}
|
|
|
})
|
|
@@ -381,7 +382,7 @@
|
|
|
},
|
|
|
//立即参与抽奖
|
|
|
exChangeCode() {
|
|
|
- $http.post(`/api/v1/mp/user/marketing/generateCode/${this.id}`, { appSource: appId }).then(res => {
|
|
|
+ $http.post(`/api/v1/mp/user/marketing/generateCode/${this.id}`, {}).then(res => {
|
|
|
if (res.code == 0) {
|
|
|
this.getDetail()
|
|
|
setTimeout(() => {
|