cyl/develop
zsk 12 months ago
commit 8cc6af224f

@ -251,7 +251,12 @@ page {
.pr8 { .pr8 {
padding-right: 8px; padding-right: 8px;
} }
.pt4 {
padding-top: 4px;
}
.pt6 {
padding-top: 6px;
}
.pt8 { .pt8 {
padding-top: 8px; padding-top: 8px;
} }

@ -94,9 +94,9 @@ Component({
}, },
hideLeft () { hideLeft () {
// this.data.show = false // this.data.show = false
// this.setData({ this.setData({
// show: false show: false
// }) })
var eventDetail = { var eventDetail = {
type: this.data.drawerType type: this.data.drawerType
}; };

@ -7,9 +7,9 @@
<view class="display-flex"> <view class="display-flex">
<view class="flex-1 vsb"> <view class="flex-1 vsb">
<view class="fsa"> <view class="fsa">
<view class="fss"> <view class>
<image wx:if="{{item.picked}}" class="mr4" style="height:16px;width:32px" src="../../assets/images/zhen.svg"></image> <image wx:if="{{item.picked}}" class="mr4" style="height:16px;width:32px" src="../../assets/images/zhen.svg"></image>
<view class="storeName fss">{{item.jobName || item.aliasName}}</view> <view class="storeName">{{item.jobName || item.aliasName}}</view>
</view> </view>
<view class="f14s c045">{{item.update}}</view> <view class="f14s c045">{{item.update}}</view>
</view> </view>

@ -49,9 +49,9 @@
<view class="bgf mt10 br8 pb20" hover-class="none" hover-stop-propagation="false"> <view class="bgf mt10 br8 pb20" hover-class="none" hover-stop-propagation="false">
<view class="p16 pb10" style="padding-top:10px" id="tocanvas"> <view class="p16 pb10" style="padding-top:10px" id="tocanvas">
<view class="v-center"> <view class="fsa" style="align-items:start">
<text class="jobTitle" selectable="{{true}}">{{jobDetail.record.jobName}}</text> <text class="jobTitle" selectable="{{true}}">{{jobDetail.record.jobName}}</text>
<view class="f14 c045" hover-class="none" hover-stop-propagation="false">{{jobDetail.record.update}}</view> <view class="f14 c045 pt4" hover-class="none" hover-stop-propagation="false">{{jobDetail.record.update}}</view>
</view> </view>
<view class="mb8"> <view class="mb8">
<view class="fss c045"> <view class="fss c045">

@ -10,6 +10,7 @@ import {
} from '../../utils/request.js' } from '../../utils/request.js'
Page({ Page({
data: { data: {
appId: app.globalData.appId,
isSwiper: true, isSwiper: true,
toped: "1", toped: "1",
jobNum: 0, // 48小时更新职位数 jobNum: 0, // 48小时更新职位数

@ -1081,7 +1081,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class="pabtm" wx:if="{{!whichOneShow && false}}" style="top:{{(systemInfo.windowHeight - 200)}}px"> <!-- && appId == 'wxe431e0b3abd9ae0b' -->
<view class="pabtm" wx:if="{{!whichOneShow && appId == 'wxe431e0b3abd9ae0b'}}" style="top:{{(systemInfo.windowHeight - 200)}}px">
<!-- <view class="typeChange" catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" hover-class="none" hover-stop-propagation="false"> <!-- <view class="typeChange" catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" hover-class="none" hover-stop-propagation="false">
<image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 1 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/biao1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> <image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 1 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/biao1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 2 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/jian1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> <image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 2 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/jian1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>

@ -11,7 +11,7 @@
<!-- <image class="posterImg" src="{{posterImg}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> --> <!-- <image class="posterImg" src="{{posterImg}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> -->
<view class hover-class="none" hover-stop-propagation="false"> <view class hover-class="none" hover-stop-propagation="false">
<view class="sticky pb12" id="sticky" hover-class="none" hover-stop-propagation="false"> <view class="sticky " id="sticky" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" id="searchInputBox" hover-stop-propagation="false"> <view class hover-class="none" id="searchInputBox" hover-stop-propagation="false">
<view class="the_city v-center" style hover-class="thover" bindtap="goCity"> <view class="the_city v-center" style hover-class="thover" bindtap="goCity">
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view> <view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>

@ -29,36 +29,8 @@ Page({
content: '按偏好订阅每日接收推送', content: '按偏好订阅每日接收推送',
time: '下午 1:30', time: '下午 1:30',
}, },
// { ],
// title: '发单助手', showTimeStr: ''
// url: '/subPage/todayBill/index',
// img: '../../assets/images/fadan.svg',
// content: '按偏好订阅每日接收推送',
// time: '下午 1:30',
// },
// {
// title: '报名助手',
// url: '/subPage/todayBill/index',
// img: '../../assets/images/baoming.svg',
// content: '按偏好订阅每日接收推送',
// time: '下午 1:30',
// },
// {
// title: '账单助手',
// url: '/subPage/todayBill/index',
// img: '../../assets/images/zhangdan.svg',
// content: '按偏好订阅每日接收推送',
// time: '下午 1:30',
// },
// {
// title: '智能匹配助手',
// url: '/subPage/chat/index?title=智能匹配助手',
// img: '../../assets/images/chat.svg',
// content: 'AI大模型智能匹配',
// time: '下午 1:30',
// },
]
}, },
/** /**
@ -92,7 +64,7 @@ Page({
time: '下午 2:30', time: '下午 2:30',
}, },
{ {
title: '日发单', title: '日发单',
url: '/subPage/todayBill/index', url: '/subPage/todayBill/index',
img: '../../assets/images/mrfd.svg', img: '../../assets/images/mrfd.svg',
content: '按偏好订阅每日接收推送', content: '按偏好订阅每日接收推送',
@ -136,7 +108,7 @@ Page({
time: '下午 2:30', time: '下午 2:30',
}, },
{ {
title: '日发单', title: '日发单',
url: '/subPage/todayBill/index', url: '/subPage/todayBill/index',
img: '../../assets/images/mrfd.svg', img: '../../assets/images/mrfd.svg',
content: '按偏好订阅每日接收推送', content: '按偏好订阅每日接收推送',
@ -151,11 +123,13 @@ Page({
}); });
} }
setTimeout(() => { setTimeout(() => {
console.log('new Date().getHours() ', new Date().getHours());
this.setData({ this.setData({
serviceInfo: app.globalData.serviceInfo, serviceInfo: app.globalData.serviceInfo,
isLoading: true, isLoading: true,
messageClick: wx.getStorageSync("messageClick" + app.globalData.loginUserInfo.id), messageClick: wx.getStorageSync("messageClick" + app.globalData.loginUserInfo.id),
list: this.data.list list: this.data.list,
showTimeStr: new Date().getHours() > 0 && new Date().getHours() <= 7 ? '准备中' : '8:00'
}); });
}, 10); }, 10);
}, },

@ -25,7 +25,7 @@
<view class="flex-1"> <view class="flex-1">
<view class="fsa"> <view class="fsa">
<view class="f18 fw500">{{item.title}}</view> <view class="f18 fw500">{{item.title}}</view>
<!-- <view class="c9 f15">{{item.time}}</view> --> <view class="c9 f15" wx:if="{{item.title == '今日发单'}}">{{showTimeStr}}</view>
</view> </view>
<view class="c9 f15">{{item.content || '-'}}</view> <view class="c9 f15">{{item.content || '-'}}</view>
</view> </view>

@ -1,7 +1,7 @@
<!-- pages/mine/mine.wxml --> <!-- pages/mine/mine.wxml -->
<view class="container"> <view class="container">
<scroll-view bindscrolltolower="onScrollToLower" style="height:calc(100vh - 90px)" enable-passive scroll-x="{{false}}" scroll-y="{{true}}"> <scroll-view bindscrolltolower="onScrollToLower" style="height:calc(100vh - 80px)" enable-passive scroll-x="{{false}}" scroll-y="{{true}}">
<view class="pl10 pr10" hover-class="none" hover-stop-propagation="false"> <view class="pl10 pr10" hover-class="none" hover-stop-propagation="false">
<navigator class target url="/pages/userDetail/index" hover-class="none" open-type="navigate" wx:if="{{isLogin}}"> <navigator class target url="/pages/userDetail/index" hover-class="none" open-type="navigate" wx:if="{{isLogin}}">
<view class="userinfobox mt10"> <view class="userinfobox mt10">
@ -276,7 +276,7 @@
</view> </view>
</view> </view>
<!-- 切换团队 --> <!-- 切换团队 -->
<view class> <view class wx:if="{{false}}">
<!-- <navigator wx:if="{{userInfo.agencyStatus == 1 && configInfo.team}}" class url="/pages/myMember/index" ></navigator> --> <!-- <navigator wx:if="{{userInfo.agencyStatus == 1 && configInfo.team}}" class url="/pages/myMember/index" ></navigator> -->
<view class="br_8" catchtap="showToggle" hover-class="none" style="background-color:#fff" hover-stop-propagation="false" wx:if="{{isLogin && userInfo.agencyStatus == 1 && configInfo.team}}"> <view class="br_8" catchtap="showToggle" hover-class="none" style="background-color:#fff" hover-stop-propagation="false" wx:if="{{isLogin && userInfo.agencyStatus == 1 && configInfo.team}}">
<view class="setting mt_10" hover-class="thover"> <view class="setting mt_10" hover-class="thover">

@ -1,54 +1,135 @@
// pages/userdetail/index.js // pages/userdetail/index.js
let app = getApp(); let app = getApp();
import { customRequest } from '../../utils/request.js';
Page({ Page({
/** /**
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
userInfo: {}, userInfo: {},
configInfo: {},
drawerShow: false,
teamList: [],
}, },
/** /**
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad: function (options) {}, onLoad: function (options) {
this.getTeamList()
},
/** /**
* 生命周期函数--监听页面初次渲染完成 * 生命周期函数--监听页面初次渲染完成
*/ */
onReady: function () {}, onReady: function () { },
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow: function () { onShow: function () {
if (wx.getStorageSync("configInfo")) {
this.setData({
configInfo: { ...wx.getStorageSync("configInfo"), biao: false },
});
console.log('configInfo', this.data.configInfo);
}
setTimeout(() => {
console.log('app.globalData.loginUserInfo',app.globalData.loginUserInfo);
this.setData({ this.setData({
userInfo: app.globalData.loginUserInfo.user, userInfo: app.globalData.loginUserInfo,
}); });
}, 100);
},
showToggle () {
this.setData({
drawerShow: true
})
}, },
toogleTeam (e) {
console.log(e);
let that = this
let item = e.currentTarget.dataset.item;
console.log(item);
if (wx.getStorageSync("LOGINUSER_ID") == item.id) {
return false
}
wx.showLoading({
title: '切换中...',
});
customRequest(`/yishoudan/agency/group/user/changeGroup/${item.id}`, { header: 'headers', method: 'GET', data: {} }).then((res) => {
console.log(res);
if (res.data.status == 200) {
that.checkToken(item)
app.getConfigInfo()
app.getServiceInfo()
wx.hideLoading();
wx.showToast({
title: '切换成功',
icon: 'success',
duration: 2000
})
} else {
that.getTeamList()
}
})
},
getTeamList () {
let that = this
customRequest("/yishoudan/agency/group/user/listByUser", { header: 'headers', method: 'GET', data: {} }).then((res) => {
console.log(res);
res.data.data.forEach(item => {
if (item.id == app.globalData.loginUserInfo.user.agencyId) {
item.checked = true;
}
});
console.log('res.data.data', res.data.data);
that.setData({
teamList: res.data.data
})
})
},
checkToken (_item) {
let that = this
wx.setStorageSync("LOGINUSER_ID", _item.id);
customRequest('/appLoginByToken', { header: 'headers', method: 'GET', data: {} }).then((res) => {
console.log(res);
app.globalData.agencyStatus = res.data.data.agencyStatus;
app.globalData.loginUserInfo = res.data.data;
wx.setStorageSync("loginUser", res.data.data);
wx.setStorageSync("LOGINUSER_ID", res.data.data.user.agencyId);
this.setData({
drawerShow: false
})
that.onLoad()
that.onShow()
})
},
/** /**
* 生命周期函数--监听页面隐藏 * 生命周期函数--监听页面隐藏
*/ */
onHide: function () {}, onHide: function () { },
/** /**
* 生命周期函数--监听页面卸载 * 生命周期函数--监听页面卸载
*/ */
onUnload: function () {}, onUnload: function () { },
/** /**
* 页面相关事件处理函数--监听用户下拉动作 * 页面相关事件处理函数--监听用户下拉动作
*/ */
onPullDownRefresh: function () {}, onPullDownRefresh: function () { },
/** /**
* 页面上拉触底事件的处理函数 * 页面上拉触底事件的处理函数
*/ */
onReachBottom: function () {}, onReachBottom: function () { },
/** /**
* 用户点击右上角分享 * 用户点击右上角分享
*/ */
onShareAppMessage1: function () {}, onShareAppMessage1: function () { },
}); });

@ -1,4 +1,7 @@
{ {
"usingComponents": {
"bottom-drawer": "../../components/bottom-drawer/index"
},
"navigationBarTitleText": "个人信息", "navigationBarTitleText": "个人信息",
"backgroundColor": "#f5f5f5" "backgroundColor": "#f5f5f5"
} }

@ -1,51 +1,51 @@
<view class='container'> <view class="container">
<view class='userinfo'> <view class="userinfo">
<navigator class target url='../changeAvatar/index' hover-class='hcb' open-type='navigate'> <navigator class target url="../changeAvatar/index" hover-class="hcb" open-type="navigate">
<view class='useravatar' style="height:unset;padding:20px 0px"> <view class="useravatar" style="height:unset;padding:20px 0px">
<view class="fw500">头像</view> <view class="fw500">头像</view>
<view> <view>
<!-- <view> <!-- <view>
<image class src='{{userInfo.imgSrc}}' mode='aspectFit|aspectFill|widthFix' lazy-load='false' binderror bindload style='border-radius:999px'></image> <image class src='{{userInfo.imgSrc}}' mode='aspectFit|aspectFill|widthFix' lazy-load='false' binderror bindload style='border-radius:999px'></image>
</view> --> </view>-->
<block wx:if="{{userInfo.imgSrc != '' && userInfo.imgSrc != null && userInfo.imgSrc != 'null'}}"> <block wx:if="{{userInfo.imgSrc != '' && userInfo.imgSrc != null && userInfo.imgSrc != 'null'}}">
<image src="{{userInfo.imgSrc}}" style='border-radius:999px' class='show-image' mode="aspectFill"></image> <image src="{{userInfo.imgSrc}}" style="border-radius:999px" class="show-image" mode="aspectFill"></image>
</block> </block>
<block wx:else> <block wx:else>
<image style='border-radius:999px' src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class='show-image' mode="aspectFill"></image> <image style="border-radius:999px" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class="show-image" mode="aspectFill"></image>
</block> </block>
<view class='iconfont icon-gengduo11'></view> <view class="iconfont icon-gengduo11"></view>
</view> </view>
</view> </view>
</navigator> </navigator>
<navigator class target url='../userName/index' hover-class='hcb' open-type='navigate'> <navigator class target url="../userName/index" hover-class="hcb" open-type="navigate">
<view class='userName'> <view class="userName">
<view class="fw500">用户名</view> <view class="fw500">用户名</view>
<view> <view>
<view>{{userInfo.nickName}}</view> <view>{{userInfo.nickName}}</view>
<view class='iconfont icon-gengduo11'></view> <view class="iconfont icon-gengduo11"></view>
</view> </view>
</view> </view>
</navigator> </navigator>
<navigator class target url='../changeGender/index' hover-class='hcb' open-type='navigate'> <navigator class target url="../changeGender/index" hover-class="hcb" open-type="navigate">
<view class='gender'> <view class="gender">
<view class="fw500">性别</view> <view class="fw500">性别</view>
<view> <view>
<view wx:if='{{userInfo.sex==1}}'>男</view> <view wx:if="{{userInfo.sex==1}}">男</view>
<view wx:if='{{userInfo.sex==2}}'>女</view> <view wx:if="{{userInfo.sex==2}}">女</view>
<view wx:if='{{userInfo.sex==0}}'>未知</view> <view wx:if="{{userInfo.sex==0}}">未知</view>
<view class='iconfont icon-gengduo11'></view> <view class="iconfont icon-gengduo11"></view>
</view> </view>
</view> </view>
</navigator> </navigator>
<navigator class target url='../userTel/index?tel={{userInfo.tel}}' hover-class='hcb' open-type='navigate'> <navigator class target url="../userTel/index?tel={{userInfo.tel}}" hover-class="hcb" open-type="navigate">
<view class='phone' style='border-bottom: 0;'> <view class="phone" style="border-bottom: 0;">
<view class="fw500">手机号</view> <view class="fw500">手机号</view>
<view> <view>
<view class='c9'>{{userInfo.tel || '暂无'}}</view> <view class="c9">{{userInfo.tel || '暂无'}}</view>
<view class='iconfont icon-gengduo11'></view> <view class="iconfont icon-gengduo11"></view>
</view> </view>
</view> </view>
</navigator> </navigator>
@ -58,23 +58,62 @@
<view class='iconfont icon-gengduo11'></view> <view class='iconfont icon-gengduo11'></view>
</view> </view>
</view> </view>
</navigator> --> </navigator>-->
<navigator class='bgf br8' url='/pages/realName1/index' hover-class='hcb' open-type='navigate' wx:if='{{userInfo.idauth == 0}}'> <view class hover-class="none" hover-stop-propagation="false">
<view class='realname mt_10 br_8'> <navigator class="bgf br8" url="/pages/realName1/index" hover-class="hcb" open-type="navigate" wx:if="{{userInfo.idauth == 0}}">
<view class="realname mt_10 br_8">
<view class="fw500">实名认证</view> <view class="fw500">实名认证</view>
<view> <view>
<view class='c9'>去认证</view> <view class="c9">去认证</view>
<view class='iconfont icon-gengduo11'></view> <view class="iconfont icon-gengduo11"></view>
</view> </view>
</view> </view>
</navigator> </navigator>
<navigator class='bgf br8' url='/pages/trueName/index?realName={{userInfo.realName}}' open-type='navigate' wx:else> <navigator class="bgf br8" url="/pages/trueName/index?realName={{userInfo.realName}}" open-type="navigate" wx:else>
<view class='realname mt_10 br_8 bgf' hover-class='hcb'> <view class="realname mt_10 br_8 bgf" hover-class="hcb">
<view class="fw500">实名认证<view class='iconfont icon-yirenzheng ysd-base-color fw400 f18 ml4' style="line-height:1"></view></view> <view class="fw500">
实名认证
<view class="iconfont icon-yirenzheng ysd-base-color fw400 f18 ml4" style="line-height:1"></view>
</view>
<view> <view>
<view class='display-flex c9' style="align-items:center">{{userInfo.realName}}</view> <view class="display-flex c9" style="align-items:center">{{userInfo.realName}}</view>
<view class='iconfont icon-gengduo11 c9' ></view> <view class="iconfont icon-gengduo11 c9"></view>
</view> </view>
</view> </view>
</navigator> </navigator>
</view>
<!-- 切换团队 -->
<view class="br_8" catchtap="showToggle" hover-class="none" style="background-color:#fff" hover-stop-propagation="false" wx:if="{{ userInfo.agencyStatus == 1 && configInfo.team}}">
<view class="setting mt_10" hover-class="thover">
<view style="flex: none;">
<view class="t-icon t-icon-qiehuantuandui mr6" style="width:24px;height:24px"></view>
<view class hover-class="none" style="line-height:16px" hover-stop-propagation="false">
<view class="f16 display-flex c3" style="line-height:16px">当前团队</view>
</view>
</view>
<view style="flex: 1;" class="g_flex_column_center">
<view class="g_flex_row_end" style="width: 100%;position: relative;top: 3px;">
<view class="g_flex_column_center g_flex_1">
<view class="g_flex_1 g_ell_1" style="text-align: right;">{{userInfo.agencyName || '-'}}</view>
</view>
<view class="g_flex_column_center g_flex_none">
<view class="iconfont icon-gengduo11 f16 c9 ml4 mt2"></view>
</view>
</view>
</view>
</view>
</view>
<bottom-drawer show="{{drawerShow}}" touchClose="{{false}}" hideTabbar="{{true}}" drawerType="drawerShow" height="60vh">
<view slot="title" class="tac fw500 f18 bb1" style="line-height:56px" hover-class="none" hover-stop-propagation="false">切换团队</view>
<scroll-view class="pb32" scroll-y="true" hover-class="none" hover-stop-propagation="{{false}}" style="height:calc(100% - 82px)">
<!-- <radio-group class="radio-group mb32" bindchange="radioChange" hover-class="none"> -->
<view class="weui-check__label fsa p16 bb1" hover-class="thover" hover-stop-propagation="true" wx:for="{{teamList}}" wx:key="name" wx:for-index="index" bindtap="toogleTeam" data-item="{{item}}">
<view class="weui-cell__bd">
<view class="f17">{{item.agencyName}}</view>
</view>
<view class style="color:#1890ff" hover-class="none" hover-stop-propagation="false">{{item.checked ? '当前':''}}</view>
</view>
<!-- </radio-group> -->
</scroll-view>
</bottom-drawer>
</view> </view>

@ -1,3 +1,4 @@
@import '../mine/index.wxss';
.container { .container {
padding: 10px; padding: 10px;
} }

@ -44,7 +44,7 @@
"tabIndent": "insertSpaces", "tabIndent": "insertSpaces",
"tabSize": 2 "tabSize": 2
}, },
"appid": "wxb0dea4d11428c6a5", "appid": "wxe431e0b3abd9ae0b",
"packOptions": { "packOptions": {
"ignore": [], "ignore": [],
"include": [] "include": []

@ -97,7 +97,8 @@ Page({
点击#小程序伯才供应链 点击#小程序伯才供应链
点击#小程序伯才供应链`, 点击#小程序伯才供应链`,
textShow: '', textShow: '',
noticList: [] noticList: [],
showPage: new Date().getHours() > 0 && new Date().getHours() <= 7 ? false : true
}, },
/** /**

@ -1,4 +1,4 @@
{ {
"navigationBarTitleText" : "日发单" "navigationBarTitleText" : "日发单"
} }

@ -1,8 +1,8 @@
<view class> <view class>
<scroll-view class scroll-y enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" style="height:calc(100vh)"> <scroll-view class scroll-y enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" style="height:calc(100vh)">
<view class="container"> <view class="container" wx:if="{{showPage}}">
<view class="sub" wx:for="{{noticList}}" wx:item="item" wx:key="index"> <view class="sub" wx:for="{{noticList}}" wx:item="item" wx:key="index">
<view class="timeTitle c9 tac">{{'今天'}} 08:3{{index + 1}}</view> <view class="timeTitle c9 tac">{{'今天'}} 08:0{{index}}</view>
<view class="por fss" style="align-items:unset;margin-right:58px"> <view class="por fss" style="align-items:unset;margin-right:58px">
<view class> <view class>
<image class="avatarImg" src="{{'../../assets/images/chatAvatar.jpg'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> <image class="avatarImg" src="{{'../../assets/images/chatAvatar.jpg'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
@ -25,5 +25,9 @@
</view> </view>
</view> </view>
</view> </view>
<view class="tac c9 f14" hover-class="none" hover-stop-propagation="false">
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 10px"></view>
<view class hover-class="none" hover-stop-propagation="false">暂未发单</view>
</view>
</scroll-view> </scroll-view>
</view> </view>

Loading…
Cancel
Save