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