no message

cyl/job_im_cus
jscyl13849007907 3 weeks ago
parent bd171c16c4
commit 513940a849

@ -10,7 +10,7 @@
</div>
<div class="div_dom">
<view class="th-title">
<view class="th-title" style="font-weight: bold;">
企业地址工作地点
</view>
<view class="td-content" @click="goAddress">
@ -30,7 +30,7 @@
</div>
<div class="div_dom" v-if="swiperArray && swiperArray.length > 0">
<view class="th-title">
<view class="th-title" style="font-weight: bold;">
企业图库
</view>
<view class="scroll-content g_flex_row_start" style="padding-top: 10px;">

@ -5,7 +5,7 @@
<img :src="logo" class="g_w_63 g_h_63" />
</view>
<view class="g_fs_24 g_c_3 g_flex_row_center g_mb_8 g_fw_600">{{ pageTitle }}</view>
<view class="g_fs_16 g_c_3 g_flex_row_center">Version {{ version }}</view>
<view class="g_fs_16 g_c_3 g_flex_row_center">Version {{ version }}{{ rhUiVersion }}</view>
</view>
<view class="g_flex_row_center g_pb_42" style="text-align: center; font-size: 12px; color: #999; line-height: 32px; box-sizing: border-box">
<view> 人海云平台 技术支持 </view>
@ -22,12 +22,18 @@ export default {
return this.G.shareFun();
},
data() {
let rhUiVersion = '';
try {
const pkg = require('@/uni_modules/rh-ui/package.json');
rhUiVersion = pkg.version || '';
} catch (e) {}
return {
localBaseImg: this.G.store().localBaseImg,
svgBaseImg: this.G.store().svgBaseImg,
logo: getApp().globalData.logo,
version: this.G.store().version,
pageTitle: getApp().globalData.title,
rhUiVersion,
};
},
created() {

@ -1,3 +1,5 @@
## 1.1.02026-06-11
版本迭代
## 1.0.9392026-02-26
rh-quickconfirm下拉样式
## 1.0.9382026-02-26

@ -74,7 +74,7 @@
</view>
</view>
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff" v-if="userinfo.agencyId == item.agencyId">
<img class="g_w_36 g_h_20 g_mr_4" data-use="3" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" />
<img class="g_w_36 g_h_20 g_mr_4" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" />
<view>
{{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }}
</view>

@ -1,7 +1,7 @@
{
"id": "rh-ui",
"displayName": "rh-ui",
"version": "1.0.939",
"version": "1.1.0",
"description": "公司内部UI框架",
"keywords": [
"ui框架"
@ -47,18 +47,15 @@
"client": {
"uni-app": {
"vue": {
"vue2": {
},
"vue3": {
}
"vue2": "√",
"vue3": "√"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": {
},
"vue": "√",
"nvue": "-",
"android": {
"extVersion": "",
@ -71,8 +68,7 @@
"harmony": "-"
},
"mp": {
"weixin": {
},
"weixin": "√",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
@ -80,7 +76,8 @@
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
"lark": "-",
"xhs": "-"
},
"quickapp": {
"huawei": "-",

Loading…
Cancel
Save