no message

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

@ -10,7 +10,7 @@
</div> </div>
<div class="div_dom"> <div class="div_dom">
<view class="th-title"> <view class="th-title" style="font-weight: bold;">
企业地址工作地点 企业地址工作地点
</view> </view>
<view class="td-content" @click="goAddress"> <view class="td-content" @click="goAddress">
@ -30,7 +30,7 @@
</div> </div>
<div class="div_dom" v-if="swiperArray && swiperArray.length > 0"> <div class="div_dom" v-if="swiperArray && swiperArray.length > 0">
<view class="th-title"> <view class="th-title" style="font-weight: bold;">
企业图库 企业图库
</view> </view>
<view class="scroll-content g_flex_row_start" style="padding-top: 10px;"> <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" /> <img :src="logo" class="g_w_63 g_h_63" />
</view> </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_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>
<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 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> <view> 人海云平台 技术支持 </view>
@ -22,12 +22,18 @@ export default {
return this.G.shareFun(); return this.G.shareFun();
}, },
data() { data() {
let rhUiVersion = '';
try {
const pkg = require('@/uni_modules/rh-ui/package.json');
rhUiVersion = pkg.version || '';
} catch (e) {}
return { return {
localBaseImg: this.G.store().localBaseImg, localBaseImg: this.G.store().localBaseImg,
svgBaseImg: this.G.store().svgBaseImg, svgBaseImg: this.G.store().svgBaseImg,
logo: getApp().globalData.logo, logo: getApp().globalData.logo,
version: this.G.store().version, version: this.G.store().version,
pageTitle: getApp().globalData.title, pageTitle: getApp().globalData.title,
rhUiVersion,
}; };
}, },
created() { created() {

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

@ -74,7 +74,7 @@
</view> </view>
</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"> <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> <view>
{{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }} {{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }}
</view> </view>

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

Loading…
Cancel
Save