master
wangxia 1 month ago
parent 219712c3e8
commit bb313e9278

@ -40,7 +40,7 @@
<view class="g_flex_1 g_flex_column_between">
<view class="g_flex_1 g_flex_row_between g_lh_1">
<view class="g_flex_none g_flex_column_start">
<view class="g_ell_1 g_fs_18 g_fw_600" style="color: rgba(0, 0, 0, 0.85); max-width: 500rpx; line-height: 1.3">{{ item.aliasJobName || item.jobName }}</view>
<view class="g_ell_1 g_fs_18 g_fw_600" style="color: rgba(0, 0, 0, 0.85); max-width: 500rpx; line-height: 1.3">{{ item.jobName }}</view>
</view>
<view class="g_fs_14 g_flex_row_end" style="color: rgba(0, 0, 0, 0.45)">
<view>{{ timeShowXXX(item.updateTime) }}</view>

@ -247,7 +247,7 @@
{
"path": "collect",
"style": {
"navigationBarTitleText": "想去"
"navigationBarTitleText": "收藏"
}
}
]

@ -39,9 +39,9 @@
<!-- <div v-if="appid == 'wxb0c590fd696b79be'">
<promotion cusType="image"></promotion>
</div> -->
<div>
<!-- <div>
<promotion cusType="image"></promotion>
</div>
</div> -->
</div>
<!--为最外层的大盒子-->
<!-- && appid != 'wxb0c590fd696b79be' -->
@ -441,10 +441,10 @@ export default {
name: "推荐",
classify: 1,
},
{
name: "想去",
classify: 2,
},
// {
// name: "",
// classify: 2,
// },
]
: [
{

@ -148,12 +148,12 @@
</button>
</view>
<!-- && miniAppInfo.id != loginInfo.agencyId -->
<view class="g_flex_none g_flex_column_center" v-if="attention && from != 'bill'">
<!-- <view class="g_flex_none g_flex_column_center" v-if="attention && from != 'bill'">
<button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" @click="handleCollection">
<icon :class="['iconfont g_mr_2', isSc ? 'icon-heart-fill g_c_f0' : 'icon-heart g_c_6']" style="line-height: 1; margin-top: -5px; font-size: 20px !important"> </icon>
<view class="g_fs_12 g_c_6" style="margin-top: 4px">{{ isSc ? "已想去" : "想去" }}</view>
<view class="g_fs_12 g_c_6" style="margin-top: 4px">{{ isSc ? "已收藏" : "收藏" }}</view>
</button>
</view>
</view> -->
<view class="g_flex_none g_flex_column_center" v-if="false">
<button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" @click="goIm">
<icon class="iconfont icon-message" style="color: #787878; line-height: 1; margin-top: -5px; font-size: 20px !important"> </icon>
@ -719,14 +719,14 @@ export default {
that.G.Get(that.api.yi_job_collect + "/" + that.uid, {}, (res) => {
that.isSc = !that.isSc;
uni.showToast({
title: that.isSc ? "想去成功" : "取消想去",
title: that.isSc ? "收藏成功" : "取消收藏",
icon: "success",
});
});
} else {
uni.showModal({
title: "登录提示",
content: "想去功能需要登录才能使用,是否登录",
content: "收藏功能需要登录才能使用,是否登录",
success(res) {
if (res.confirm) {
uni.navigateTo({
@ -1371,7 +1371,7 @@ export default {
if (this.isCollection) {
uni.showToast({
icon: "success",
title: "想去成功",
title: "收藏成功",
});
}
},

@ -191,7 +191,7 @@ export default {
classify: 1,
},
{
name: "想去",
name: "收藏",
classify: 2,
},
// {

@ -3,7 +3,7 @@
<scroll-view class="m-list" :style="{ height: `calc(100vh - ${tabbarHeight}px` }" :scroll-y="true" @scrolltolower="reachBottom">
<view class="m-search flex_center g_bg_f g_p_10 g_mb_10" :class="ENV_VERSION == 'develop' || ENV_VERSION == 'trial' ? '' : 'g_pb_8'">
<view class="g_flex_row_between">
<u-search bar-width="0" class="g_flex_1 g_pl_10" @btnSearch="getSearch" height="80" v-model="keyword" :placeholder="placeholder" bg-color="#f5f5f5" :show-action="false" @change="getSearch" @clear="getSearch" @custom="getSearch" @search="getSearch" search-icon-color="#cccccc" :maxlength="20"></u-search>
<u-search bar-width="0" class="g_flex_1" @btnSearch="getSearch" height="80" v-model="keyword" :placeholder="placeholder" bg-color="#f5f5f5" :show-action="false" @change="getSearch" @clear="getSearch" @custom="getSearch" @search="getSearch" search-icon-color="#cccccc" :maxlength="20"></u-search>
</view>
<!-- <view class="g_bg_f" v-if="ENV_VERSION == 'develop' || ENV_VERSION == 'trial'">
<u-tabs bg-color="transparent" :list="tabInfo.list" :is-scroll="false" :current="tabInfo.active" :active-color="appid != 'wxb0c590fd696b79be' ? '#3578f6' : '#ff4400'" bar-width="64" bar-height="6" @change="handleUpdateTab" font-size="32" duration="0.1" height="76"></u-tabs>

@ -18,7 +18,7 @@
</view>
<view style="width: 100vw" class="g_border_e_b" v-if="isLogin">
<!-- item-width="126" itemWidth="auto" -->
<u-tabs :list="tabInfo" :current="menuActive" active-color="#6A81FF" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" height="84"></u-tabs>
<g-tabs :list="tabInfo" :current="menuActive" active-color="#6A81FF" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" height="84"></g-tabs>
</view>
</view>
<!-- <view class="g_h_10" v-if="isLogin"> </view> -->

@ -28,7 +28,7 @@
</view>
<view style="width: 100vw" class="g_border_e_b">
<!-- item-width="126" itemWidth="auto" -->
<u-tabs :list="tabInfo" v-if="!numLoading" item-width="126" v-model="menuActive" active-color="#6A81FF" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" itemWidth="auto" height="84"></u-tabs>
<g-tabs :list="tabInfo" v-if="!numLoading" item-width="126" :current="menuActive" active-color="#6A81FF" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" itemWidth="auto" height="84"></g-tabs>
<!-- <u-tabs :list="tabInfo" v-model="menuActive" active-color="#6A81FF" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" height="84"></u-tabs> -->
</view>

Loading…
Cancel
Save