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

213

上级 9fdd8c52
...@@ -73,7 +73,8 @@ ...@@ -73,7 +73,8 @@
"UniversalLinks" : "https://uniapp.dcloud.io/ulink-catgame/" "UniversalLinks" : "https://uniapp.dcloud.io/ulink-catgame/"
} }
}, },
"payment" : {} "payment" : {},
"ad" : {}
} }
} }
}, },
......
<template> <template>
<view class="content"> <view class="content">
<uni-list 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> </uni-list>
<button class="bottom-back" @click="clickLogout"><text class="bottom-back-text">退出登录</text></button> <button class="bottom-back" @click="clickLogout"><text class="bottom-back-text">退出登录</text></button>
</view> </view>
......
...@@ -44,9 +44,13 @@ ...@@ -44,9 +44,13 @@
"smsSecret": "d6c424b702d73baa3b6e1a1452469213" "smsSecret": "d6c424b702d73baa3b6e1a1452469213"
}, },
"univerify":{ "univerify":{
"appid": "__UNI__GameCat", // "appid": "__UNI__GameCat",
"apiKey":"c5f80ebad34aaf0ae22958d866287521", // "apiKey":"c5f80ebad34aaf0ae22958d866287521",
"apiSecret":"f921890ca9c248273eadaf9b4137cf5c" // "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.
先完成此消息的编辑!
想要评论请 注册