uniapp端修改
This commit is contained in:
parent
c29ed86f8f
commit
918ac5c650
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "linfeng-community-uniapp-ky",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "林风社交论坛开源版",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -2,7 +2,7 @@
|
||||
<view class="login">
|
||||
<image class="logo" :src="logo"></image>
|
||||
<text class="txt1">申请获取以下权限</text>
|
||||
<text class="txt2">获取你的公开信息(昵称、头像等)</text>
|
||||
<text class="txt2">获取你的登录信息</text>
|
||||
<u-button @click="login" :custom-style="btnStyle">授权登录</u-button>
|
||||
<text class="txt3" @click="goBack">暂不登录</text>
|
||||
</view>
|
||||
|
@ -148,7 +148,6 @@
|
||||
},
|
||||
// 根据分页和分类展示帖子列表
|
||||
getPostList() {
|
||||
// console.log('classId:', this.classId)
|
||||
this.loadPostStatus = 'loading';
|
||||
this.$H
|
||||
.post('post/list', {
|
||||
|
Loading…
Reference in New Issue
Block a user