浏览代码

名片公司简介

xhj 2 年之前
父节点
当前提交
de6eb073c3
共有 5 个文件被更改,包括 11 次插入10 次删除
  1. 5 5
      card/create/create.vue
  2. 1 1
      card/index/index.vue
  3. 1 1
      manifest.json
  4. 1 2
      match/activityManage/activityManage.vue
  5. 3 1
      utils/request.js

+ 5 - 5
card/create/create.vue

@@ -94,12 +94,12 @@
 				<view class="label">公司</view>
 				<input v-model="companyName" :disabled="true" placeholder="请填写公司名称" placeholder-class="placeholder" class="ipt flex" />
 			</view>
-			<view class="li ddflex">
+			<!-- <view class="li ddflex">
 				<view class="label">公司简介</view>
 				<input v-if="!companyIntroduction" @tap="jumpUrl('/card/editDesc/editDesc?isCompanyIntroduction=true')" :disabled="true"  maxlength="11" type="number" placeholder="请填写公司简介" placeholder-class="placeholder" class="ipt flex" />
 				<view class="fflex" v-else style="color: #47C776;"  @tap="jumpUrl('/card/editDesc/editDesc?isCompanyIntroduction=true')">已完善</view>
 				<image src="../../static/images/rico.png" class="rico"></image>
-			</view>
+			</view> -->
 			<view class="li ddflex">
 				<view class="label">入司时间</view>
 				<picker mode="date" v-model="inDate" :disabled="true" @change="inDateChange">
@@ -269,7 +269,7 @@ export default {
 					this.wechatCode = res.wechatCode;
 					this.email = res.email;
 					this.companyName = res.companyName;
-					this.companyIntroduction = res.companyIntroduction
+					// this.companyIntroduction = res.companyIntroduction
 					this.industryName = res.industryName;
 					this.tradeId = res.tradeId;
 					this.address = res.address;
@@ -493,7 +493,7 @@ export default {
 			if (!this.wechat) return req.msg('请填写微信号');
 			if (!this.wechatCode) return req.msg('请上传微信二维码');
 			if (!this.companyName) return req.msg('请填写公司名称');
-			if (!this.companyIntroduction) return req.msg('请填写公司简介');
+			// if (!this.companyIntroduction) return req.msg('请填写公司简介');
 			if (!this.job) return req.msg('请填写职位')
 			if (!this.areaCode) return req.msg('请选择所在地区');
 			if (!this.address) return req.msg('请填写详细地址');
@@ -506,7 +506,7 @@ export default {
 			dataP.wechat = this.wechat;
 			dataP.wechatCode = this.wechatCode;
 			dataP.companyName = this.companyName;
-			dataP.companyIntroduction = this.companyIntroduction;
+			// dataP.companyIntroduction = this.companyIntroduction;
 			dataP.job = this.employmentInfo.actrank;
 			dataP.inDate = this.inDate;
 			// dataP.areaCode = {

+ 1 - 1
card/index/index.vue

@@ -217,7 +217,7 @@
 					</view>
 					<!-- <image v-if="!cardId" src="../static/images/bj_ico.png" class="edit" @tap="jumpUrl('/card/editDesc/editDesc?id=' + cardInfo.id)"></image> -->
 				</view>
-				<view class="bri"><rich-text :nodes="cardInfo.companyIntroduction ? cardInfo.companyIntroduction : ''"></rich-text></view>
+				<view class="bri"><rich-text :nodes="config.CONFIG_ABOUT_COMPANY ? config.CONFIG_ABOUT_COMPANY : ''"></rich-text></view>
 			</view>
 		</block>
 		

+ 1 - 1
manifest.json

@@ -72,7 +72,7 @@
     "h5" : {
         "router" : {
             "mode" : "history",
-            "base" : ""
+            "base" : "/hktonlineh5/"
         },
         "sdkConfigs" : {
             "maps" : {

+ 1 - 2
match/activityManage/activityManage.vue

@@ -34,7 +34,7 @@
 			</view>
 		</view>
 		<view class="nodata nosp bgfff" v-else>
-			<image src="/static/images/empty_sp.png'"></image>
+			<image src="/static/images/empty_sp.png"></image>
 			<text>暂无活动</text>
 		</view>
 		<view class="act-create" @click="jumpUrl('/match/activityEdit/activityEdit')">
@@ -53,7 +53,6 @@
 		props: {},
 		data() {
 			return {
-				picUrlss:req.public.picUrls,
 				pageList: [],
 				isLoad: true,
 				form: {

+ 3 - 1
utils/request.js

@@ -11,6 +11,8 @@ const env = {
 	pota: {
 		apiUrl: 'http://192.168.110.180:8098' ,//wjg
 		// apiUrl: 'http://10.17.56.92:8098' ,//人寿内网
+		// apiUrl: 'http://10.17.56.104:8005' ,//人寿内网
+		// apiUrl: 'http://10.20.147.226:8080' ,//人寿内网
 	}
 }
 
@@ -252,7 +254,7 @@ const removeStorage = (key) => {
 const silenceLogin = (saleNo) => {
 	return new Promise((resolve, reject) => {
 		let params = {
-			saleNo: saleNo
+			saleNo: '14308016'
 		}
 		// if(getStorage('userInfo')){
 		// 	resolve();