@@ -21,6 +21,7 @@
</template>
<script>
+import { nextTick } from "vue"
export default {
data() {
return {
@@ -83,7 +84,7 @@
clickToLogout() {
let self = this
uni.showModal({
- title:'是否退出登录?',
+ content:'是否退出登录?',
success: function(res) {
if(res.confirm) {
self.tools.request_logout(self, (success)=>{
@@ -13,7 +13,7 @@
</view>
- <view class="companyDescribe">xxxx网络有限公司粤ICP备18763546号-1粤公网安备3209875867489384628号</view>
+ <view class="companyDescribe">xxxx网络有限公司粤ICP备xxxxx号-1粤公网安备xxxxxxxxxxxxxxxxx号</view>