提交 7bb9610c 编写于 作者: L linju

213

上级 9fdd8c52
......@@ -73,7 +73,8 @@
"UniversalLinks" : "https://uniapp.dcloud.io/ulink-catgame/"
}
},
"payment" : {}
"payment" : {},
"ad" : {}
}
}
},
......
<template>
<view class="content">
<uni-list class="content">
<uni-list-item v-for="(item , index) in agreeList" :key="index" :title="item.title" :to="item.to" :clickable="true" @click="itemClick(item)" :showSwitch="item.showSwitch" :switchChecked="item.isChecked"></uni-list-item>
<uni-list-item v-for="(item,index) in agreeList" :key="index" :title="item.title" :to="item.to" :clickable="true" @click="itemClick(item)" :showSwitch="item.showSwitch" :switchChecked="item.isChecked" link></uni-list-item>
</uni-list>
<button class="bottom-back" @click="clickLogout"><text class="bottom-back-text">退出登录</text></button>
</view>
......
......@@ -44,9 +44,13 @@
"smsSecret": "d6c424b702d73baa3b6e1a1452469213"
},
"univerify":{
"appid": "__UNI__GameCat",
"apiKey":"c5f80ebad34aaf0ae22958d866287521",
"apiSecret":"f921890ca9c248273eadaf9b4137cf5c"
// "appid": "__UNI__GameCat",
// "apiKey":"c5f80ebad34aaf0ae22958d866287521",
// "apiSecret":"f921890ca9c248273eadaf9b4137cf5c"
"appid": "__UNI__BC54A00",
"apiKey":"d1e36bcd497b3795434d900dcfdd44dc",
"apiSecret":"2feb378ff1114362b20ac179b572293e"
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册