Browse Source

修改bug

master
前端-胡立永 10 months ago
parent
commit
6a2aec5a47
9 changed files with 32 additions and 31 deletions
  1. +4
    -4
      components/content/submit.vue
  2. +10
    -6
      pages/index/center.vue
  3. +3
    -6
      pages/index/index.vue
  4. +1
    -2
      pages/index/publish.vue
  5. +2
    -2
      pages/publish/actorRelease.vue
  6. +12
    -9
      pages_mine/mine/addBankCard.vue
  7. +0
    -1
      pages_mine/static/addBankCard/1.svg
  8. +0
    -1
      static/image/center/dianZan.svg
  9. BIN
      static/image/center/flzx.png

+ 4
- 4
components/content/submit.vue View File

@ -1,6 +1,6 @@
<template>
<view class="submit">
<view class=""
<!-- <view class=""
@click="$emit('draft')">
<uv-icon
size="40rpx"
@ -17,7 +17,7 @@
<view class="">
预览
</view>
</view>
</view> -->
<view class="btn"
@click="$emit('submit')">
{{ submiitTitle }}
@ -58,8 +58,8 @@
align-items: center;
.btn{
background: $uni-linear-gradient-btn-color;
width: 400rpx;
height: 70rpx;
width: 600rpx;
height: 80rpx;
color: #fff;
border-radius: 15rpx;
}


+ 10
- 6
pages/index/center.vue View File

@ -16,9 +16,9 @@
<image :src="userInfo.headImage || '微信用户'" style="width: 100%;height: 100%;"></image>
</view>
<!--福利中心-->
<view style="position: absolute;z-index:2;width:33%;height:30%;top: 13%;right: 2%;">
<!-- <view style="position: absolute;z-index:2;width:33%;height:30%;top: 13%;right: 2%;">
<image src="/static/image/center/flzx.png" style="width: 100%;height: 100%;"></image>
</view>
</view> -->
<!-- 未认证-->
<view style="position: absolute;z-index:2;width:15%;height:20%;top: 45%;left: 28%;">
<image src="/static/image/center/wrz.png" style="width: 100%;height: 100%;"></image>
@ -26,7 +26,7 @@
<!-- 去认证 -->
<view style="position: absolute;z-index:2;width:55%;height:20%;top: 43%;left: 46%;">
<span style="font-size: 26rpx;" class="textColor"
@click="$utils.navigateTo('/mine/authOption')">去认证</span>
@click="toAuthPage">去认证</span>
</view>
<!-- 用户信息 -->
<view style="position: absolute;z-index:2;width:55%;height:20%;top: 60%;left: 7%;">
@ -36,13 +36,13 @@
</view>
</view>
<!-- 点赞量 -->
<view
<!-- <view
style="display: flex;flex-direction: column;gap:2rpx ;position: absolute;z-index:2;width:15%;height:40%;top: 55%;right: 3%;">
<view style="display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;">
<image src="/static/image/center/dianZan.svg" style="width: 40%;height: 84%;"></image>
</view>
<view style="display: flex;justify-content: center ;font-size: 20rpx;color:#777777">点赞量</view>
</view>
</view> -->
</view>
<!-- 下部 -->
@ -163,7 +163,11 @@
this.$store.commit('getUserInfo')
},
methods: {
toAuthPage(){
uni.navigateTo({
url: '/pages_mine/mine/authOption'
})
},
//
goToPage(item) {
if (item.name == 'outLogin') {


+ 3
- 6
pages/index/index.vue View File

@ -6,12 +6,6 @@
<view class="">
首页
</view>
<view class="">
北京
<uv-icon
name="arrow-down"
color="#fff"></uv-icon>
</view>
</view>
<view class="search">
@ -185,6 +179,9 @@
display: flex;
color: #fff;
justify-content: space-between;
margin-bottom: 30rpx;
margin-top: 30rpx;
font-size: 30rpx;
&>view{
display: flex;
justify-content: center;


+ 1
- 2
pages/index/publish.vue View File

@ -1,6 +1,6 @@
<template>
<view class="publish">
<view class="top" v-if="">
<view class="top">
<view class="title">
发布
</view>
@ -33,7 +33,6 @@
tabber,
},
computed: {
...mapState(['count']),
},
onShow() {
},


+ 2
- 2
pages/publish/actorRelease.vue View File

@ -18,7 +18,7 @@
</view>
<input type="number" placeholder="请输入价格"/>
</view>
<view class="form-item">
<!-- <view class="form-item">
<view class="label">
地点
</view>
@ -29,7 +29,7 @@
时间
</view>
<input type="text" placeholder="请选择时间"/>
</view>
</view> -->
<view class="form-item">
<view class="label">
联系方式


+ 12
- 9
pages_mine/mine/addBankCard.vue View File

@ -9,7 +9,7 @@
<text>为保证您的资金安全请绑定账户本人的银行卡</text>
</view>
<view class="form-item">
<!-- <view class="form-item">
<text class="label">卡号</text>
<view class="card-info">
<radio-group>
@ -18,11 +18,13 @@
<text>中国建设银行</text>
</label>
</radio-group>
<view class="camera-icon" @click="onCameraClick">
<image src="../static/addBankCard/1.svg"></image>
</view>
</view>
</view>
</view> -->
<view class="form-item">
<text class="label">开户行</text>
<input class="input" placeholder="请输入开户行" v-model="bankAddress" />
</view>
<view class="form-item">
<text class="label">姓名</text>
@ -30,8 +32,8 @@
</view>
<view class="form-item">
<text class="label">身份证</text>
<input class="input" placeholder="请输入身份证号" v-model="idCard" />
<text class="label">银行卡</text>
<input class="input" placeholder="请输入银行卡号" v-model="idCard" />
</view>
<!--<button class="next-button" @click="onNextClick">下一步</button>-->
@ -50,8 +52,9 @@ import '../../common.css'; // 引入公共 CSS 文件
export default {
data() {
return {
name: 'xiaohua',
idCard: '2101472154874512'
name: '',
idCard: '',
bankAddress : '',
};
},
methods: {


+ 0
- 1
pages_mine/static/addBankCard/1.svg View File

@ -1 +0,0 @@
<svg t="1724591123974" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4291" width="32" height="32"><path d="M512 341.333333c-117.845333 0-213.333333 95.488-213.333333 213.333334s95.488 213.333333 213.333333 213.333333 213.333333-95.488 213.333333-213.333333-95.488-213.333333-213.333333-213.333334z m0-42.666666c141.397333 0 256 114.581333 256 256s-114.602667 256-256 256c-141.418667 0-256-114.581333-256-256s114.581333-256 256-256z m279.616-42.325334h104.448a85.674667 85.674667 0 0 1 85.568 85.269334l1.706667 469.12a84.650667 84.650667 0 0 1-85.077334 85.056l-767.936-1.813334a85.973333 85.973333 0 0 1-85.674666-85.504l-1.685334-466.816a84.928 84.928 0 0 1 84.992-85.312h130.410667c11.861333 0 25.792-8.618667 31.125333-19.221333l34.858667-69.376c10.496-20.906667 38.144-38.08 61.674667-38.186667l276.928-1.344c23.637333-0.128 51.2 16.853333 61.824 37.952l35.904 71.253334c5.290667 10.496 19.114667 18.922667 30.933333 18.922666z m0 42.666667c-27.882667 0-56.469333-17.472-69.034667-42.410667l-35.904-71.253333c-3.349333-6.656-16.128-14.506667-23.509333-14.464l-276.906667 1.344c-7.466667 0.021333-20.48 8.106667-23.786666 14.677333l-34.858667 69.376c-12.586667 25.024-41.237333 42.730667-69.248 42.730667H127.957333c-23.466667 0-42.410667 18.986667-42.325333 42.474667l1.706667 466.837333a43.306667 43.306667 0 0 0 43.093333 42.986667l767.914667 1.813333a41.984 41.984 0 0 0 42.304-42.24l-1.685334-469.12a43.008 43.008 0 0 0-42.88-42.752h-104.469333zM506.666667 714.666667a21.333333 21.333333 0 1 1 0-42.666667c61.866667 0 112-50.133333 112-112a21.333333 21.333333 0 0 1 42.666666 0 154.666667 154.666667 0 0 1-154.666666 154.666667z" fill="#3D3D3D" p-id="4292"></path></svg>

+ 0
- 1
static/image/center/dianZan.svg View File

@ -1 +0,0 @@
<svg t="1724432174569" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4293" width="32" height="32"><path d="M190.193225 471.411583c14.446014 0 26.139334-11.718903 26.139334-26.13831 0-14.44499-11.69332-26.164916-26.139334-26.164916-0.271176 0-0.490164 0.149403-0.73678 0.149403l-62.496379 0.146333c-1.425466-0.195451-2.90005-0.295735-4.373611-0.295735-19.677155 0-35.621289 16.141632-35.621289 36.114522L86.622358 888.550075c0 19.949354 15.96767 35.597753 35.670407 35.597753 1.916653 0 3.808746 0.292666 5.649674 0l61.022819 0.022513c0.099261 0 0.148379 0.048095 0.24764 0.048095 0.097214 0 0.146333-0.048095 0.24457-0.048095l0.73678 0 0-0.148379c13.413498-0.540306 24.174586-11.422144 24.174586-24.960485 0-13.55983-10.760065-24.441669-24.174586-24.981974l0-0.393973-50.949392 0 1.450025-402.275993L190.193225 471.409536z" fill="#5D5D5D" p-id="4294"></path><path d="M926.52241 433.948343c-19.283182-31.445176-47.339168-44.172035-81.289398-45.546336-1.77032-0.246617-3.536546-0.39295-5.380544-0.39295l-205.447139-0.688685c13.462616-39.059598 22.698978-85.58933 22.698978-129.317251 0-28.349675-3.193739-55.962569-9.041934-82.542948l-0.490164 0.049119c-10.638291-46.578852-51.736315-81.31498-100.966553-81.31498-57.264215 0-95.466282 48.15065-95.466282 106.126063 0 3.241834-0.294712 6.387477 0 9.532097-2.996241 108.386546-91.240027 195.548698-196.23636 207.513194l0 54.881958-0.785899 222.227314 0 229.744521 10.709923 0 500.025271 0.222057 8.746198-0.243547c19.35686 0.049119 30.239721-4.817726 47.803749-16.116049 16.682961-10.761088 29.236881-25.50079 37.490869-42.156122 2.260483-3.341095 4.028757-7.075139 5.106298-11.20111l77.018118-344.324116c1.056052-4.053316 1.348718-8.181333 1.056052-12.160971C943.643346 476.446249 938.781618 453.944769 926.52241 433.948343zM893.82573 486.837924l-82.983993 367.783411-0.099261-0.049119c-2.555196 6.141884-6.879688 11.596106-12.872169 15.427364-4.177136 2.727111-8.773827 4.351098-13.414521 4.964058-1.49812-0.195451-3.046383 0-4.620227 0l-477.028511-0.540306-0.171915-407.408897c89.323375-40.266076 154.841577-79.670527 188.596356-173.661202 0.072655 0.024559 0.124843 0.049119 0.195451 0.072655 2.99931-9.137101 6.313799-20.73423 8.697079-33.164331 5.551436-29.185716 5.258771-58.123792 5.258771-58.123792-4.937452-37.98001 25.940812-52.965306 44.364417-52.965306 25.304316 0.860601 50.263777 33.656541 50.263777 52.326762 0 0 5.600555 27.563776 5.649674 57.190537 0.048095 37.366026-4.6673 56.847729-4.6673 56.847729l-0.466628 0c-5.872754 30.879288-16.214287 60.138682-30.464849 86.964654l0.36839 0.342808c-2.358721 4.815679-3.709485 10.220782-3.709485 15.943111 0 19.922748 19.088754 21.742187 38.765909 21.742187l238.761895 0.270153c0 0 14.666024 0.465604 14.690584 0.465604l0 0.100284c12.132318-0.638543 24.221658 5.207605 31.100322 16.409738 5.504364 9.016351 6.437619 19.6045 3.486404 28.988218L893.82573 486.837924z" fill="#5D5D5D" p-id="4295"></path><path d="M264.827039 924.31872c0.319272 0.024559 0.441045 0.024559 0.295735-0.024559 0.243547-0.048095 0.367367-0.074701-0.295735-0.074701s-0.539282 0.026606-0.271176 0.074701C264.43409 924.343279 264.532327 924.343279 264.827039 924.31872z" fill="#5D5D5D" p-id="4296"></path></svg>

BIN
static/image/center/flzx.png View File

Before After
Width: 88  |  Height: 26  |  Size: 1.7 KiB

Loading…
Cancel
Save