File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,13 @@ Page({
4848 isLoginPopup : false ,
4949 appId : "wx8abaf00ee8c3202e" ,
5050 extraData : {
51- // 把1221数字换成你的产品ID,否则会跳到别的产品
51+ // 登陆https://tucao.qq.com/,注册账号,创建实例产品ID
52+ // 把45980数字换成你的产品ID,否则会跳到我的产品
5253 id : "45980" ,
53- // 自定义参数,具体参考文档
54+ // 自定义参数,具体参考文档,不懂的就默认
5455 customData : {
55- clientInfo : `iPhone OS 10.3.1 / 3.2.0.43 / 0 ` ,
56- imei : '7280BECE2FC29544172A2B858E9E90D0 '
56+ customInfo : `Mr.Yeehee ` ,
57+ clientVersion : 'version 2.1.8 '
5758 }
5859 }
5960
Original file line number Diff line number Diff line change 9999 </view>
100100 <!-- 绑定同一公众号关联的其他小程序 end -->
101101
102- <!-- 绑定吐槽社区功能 -->
102+ <!-- 绑定吐槽社区功能 同时,请在index.js的extraData里面修改配置信息 -->
103103 <view class="top-item" style='width:10%; position: relative; float:left; text-align:center'>
104104 <navigator target="miniProgram" open-type="navigate" app-id="{{ appId }}" extra-data="{{ extraData }}" hover-class="none" version="release">
105105 <view>
You can’t perform that action at this time.
0 commit comments