Sfoglia il codice sorgente

会员福利-充值按钮隐藏

Xiao_123 1 mese fa
parent
commit
53ef15e843
3 ha cambiato i file con 4 aggiunte e 27 eliminazioni
  1. 0 18
      App.vue
  2. 1 6
      components/PositionList/index.vue
  3. 3 3
      pagesA/balance/index.vue

+ 0 - 18
App.vue

@@ -2,24 +2,6 @@
 // import { onShareAppMessage, onShareTimeline } from '@dcloudio/uni-app'
 	export default {
 		onLaunch: function() {
-			// wx.showShareMenu({
-			// 	withShareTicket: true,
-			// 	menus: ['shareAppMessage', 'shareTimeline']
-			// })
-			// onShareAppMessage(() => {
-			// 	return {
-			// 		title: '门墩儿 专注顶尖招聘',
-			// 		path: '/pages/index/position',
-			// 		imageUrl: '../../static/img/share-poster.jpg'
-			// 	}
-			// })
-			// onShareTimeline(() => {
-			// 	return {
-			// 		title: '门墩儿 专注顶尖招聘',
-			// 		path: '/pages/index/position',
-			// 		imageUrl: '../../static/img/share-poster.jpg'
-			// 	}
-			// })
 			console.log('App Launch')
 			uni.setStorageSync('firstOpen', true)
 

+ 1 - 6
components/PositionList/index.vue

@@ -15,7 +15,7 @@
             </view>
           </view>
           <!-- 薪酬、工作地、学历、工作经验 -->
-          <view class="d-flex align-center ellipsis" style="max-width: 100%;">
+          <view class="d-flex ellipsis" style="max-width: 100%; align-items: center;">
             <view class="ss-m-r-20">
                 <span v-if="!item.job?.payFrom && !item.job?.payTo" class="salary-text MiSans-Bold">面议</span>
                 <span v-else class="salary-text MiSans-Bold">{{ item.job?.payFrom }}-{{ item.job?.payTo }}{{ item.job?.payName ? '/' + item.job?.payName : '' }}</span>
@@ -164,10 +164,8 @@ const handleClickEnt = (item) => {
 }
 
 .salary-text {
-	font-weight: bold;
 	font-size: 24rpx;
 	color: #00B760;
-	text-align: center;
 	font-style: normal;
 	text-transform: none;
 }
@@ -181,11 +179,8 @@ const handleClickEnt = (item) => {
   }
 }
 .desc-tag {
-	font-family: MiSans, MiSans;
-	font-weight: 400;
 	font-size: 24rpx;
 	color: #666666;
-	text-align: left;
 	font-style: normal;
 	text-transform: none;
 }

+ 3 - 3
pagesA/balance/index.vue

@@ -6,11 +6,11 @@
           <view class="panel">
             <view>
               <uni-icons color="#f30" type="icon-renminbi1688" size="16" custom-prefix="iconfont"></uni-icons>
-              <text class="text">{{ balance.balance > 0 ? (balance?.balance / 100.0).toFixed(2) : 0 }}</text>
+              <text class="text MiSans-Medium">{{ balance.balance > 0 ? (balance?.balance / 100.0).toFixed(2) : 0 }}</text>
             </view>
-            <view>
+            <!-- <view>
               <button class="btn">充值</button>
-            </view>
+            </view> -->
           </view>
           <view class="list">
             <uni-list border-full>