Commit 84458752 authored by wildfirecode13's avatar wildfirecode13

11

parent 0a8a34c7
import cloud from '@tbmp/mp-cloud-sdk'; import cloud from '@tbmp/mp-cloud-sdk';
import tbcc from './tbcc-sdk'; import tbcc from './tbcc-sdk';
const env = 'test' // 云函数环境 test 测试环境 online 线上环境 const env = 'online' // 云函数环境 test 测试环境 online 线上环境
cloud.init({ cloud.init({
env: env env: env
}); });
...@@ -29,7 +29,7 @@ App({ ...@@ -29,7 +29,7 @@ App({
const { activityId } = query; const { activityId } = query;
// this.activityId = activityId || '5f81841def5071b132fd5e21'; //赵然 // this.activityId = activityId || '5f81841def5071b132fd5e21'; //赵然
// this.activityId = activityId || '5f8022919da671f3b6d5fb14'; //小婷1 // this.activityId = activityId || '5f8022919da671f3b6d5fb14'; //小婷1
this.activityId = activityId || '5f87e8a29897b4e0ce0ada02'; //小婷2 this.activityId = activityId || '5f8d47218e6a0888fc426fad'; //小婷2
} }
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment