重新提交

main
尕宋 2024-06-08 19:06:21 +08:00
commit a4e9b1dbe6
5 changed files with 13 additions and 12 deletions

View File

@ -1,10 +1,7 @@
{
"name" : "若依移动端",
<<<<<<< HEAD
"appid" : "__UNI__9F2C9D7",
=======
"appid" : "__UNI__9285214",
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
"description" : "",
"versionName" : "1.1.0",
"versionCode" : "100",

View File

@ -342,6 +342,4 @@
}
}
}

View File

@ -54,11 +54,11 @@
<!-- 靠左对齐 -->
<view class="">
<view class="p-item">
<<<<<<< HEAD
<!-- <image style="width: 40rpx; height: 40rpx;" src="../static/images/icon/tu2-9.png" mode=""></image> -->
=======
<image style="width: 40rpx; height: 40rpx;" src="../../../static/images/icon/tu2-9.png" mode=""></image>
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
<text class="count">{{ postValue.transmitCount }}</text>
</view>
</view>

View File

@ -61,7 +61,7 @@
</view>
<!-- 评论区输入框 -->
<up-popup :show="showInput" duration="0" @close="close" @open="open" class="comment-po">
<view class="flex justifyBetween comment-input" :style="{ marginBottom: bottomVal + 'px' }">
<view class="flex justifyBetween comment-input" :style="{ marginBottom: bottomVal + 26 + 'px' }">
<view class="input-in flex alignCenter justifyCenter">
<input class="input-in-text" v-if="showInputText" focus="true" maxlength="55" :placeholder="placeholderInput" :adjust-position="false" />
</view>
@ -521,5 +521,11 @@ page{
.comment-po{
// height: 500rpx;
}
.input-bt-text{
font-weight: 400;
font-size: 28rpx;
color: #FFFFFF;
}
</style>

View File

@ -1,6 +1,6 @@
import { getToken } from "@/utils/auth";
<<<<<<< HEAD
// // 登录页面
// const loginPage = "/pages/loginInfo/login";
@ -10,7 +10,7 @@ import { getToken } from "@/utils/auth";
// "/pages/register",
// "/pages/common/webview/index",
// ];
=======
// 登录页面
const loginPage = "/pages/login";
@ -20,7 +20,7 @@ const whiteList = [
"/pages/register",
"/pages/common/webview/index",
];
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
// // 检查地址白名单
// function checkWhite(url) {