完成了登录模块
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
// pages/projectModule/projectList/projectList.js
|
||||
const { baseUrl } = require('../../../request');
|
||||
|
||||
Page({
|
||||
|
@ -44,7 +44,7 @@
|
||||
<text class="mt-10 font_4">最高价</text>
|
||||
<text class="mt-10 font_5 text_3">¥{{item.projectPrice}}</text>
|
||||
</view>
|
||||
<view class="ml-4 flex-col items-start">
|
||||
<view class="ml-4 flex-col items-start promo">
|
||||
<!-- 正在推广 -->
|
||||
<text class="font_4">正在推广</text>
|
||||
<text class="mt-8 font_6 text_4">{{item.currentPromotionCount}}人</text>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* pages/projectModule/projectList/projectList.wxss */
|
||||
|
||||
/* 页面整体 */
|
||||
.page {
|
||||
@ -137,3 +136,7 @@
|
||||
.mt-20 {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.promo {
|
||||
position: absolute;
|
||||
left: 350rpx;
|
||||
}
|
Reference in New Issue
Block a user