Browse Source

修改bug

master
slj 4 years ago
parent
commit
93442c1336
  1. 4
      pages/topics/activity/activityDetail/index.wxss
  2. 1
      pages/topics/attract/oceanDetail/index.js
  3. 11
      pages/topics/index.js
  4. 4
      pages/topics/interactive/topicArticle/index.wxss
  5. 2
      pages/topics/reportDemand/index.wxml
  6. 7
      pages/topics/reportDemand/index.wxss
  7. 1
      pages/user/index.js
  8. 6
      pages/user/index.wxml
  9. 15
      pages/user/myFavorite/index.wxml
  10. 280
      pages/user/myInfo/index.js
  11. 10
      pages/user/myInfo/index.wxml
  12. 6
      project.config.json

4
pages/topics/activity/activityDetail/index.wxss

@ -138,8 +138,8 @@
} }
.praiseIcon{ .praiseIcon{
margin-left: 5px; margin-left: 5px;
width: 10px; width: 14px;
height: 10px; height: 14px;
} }
.section_line { .section_line {
padding: 0; padding: 0;

1
pages/topics/attract/oceanDetail/index.js

@ -105,6 +105,7 @@ Page({
}, },
//关联链接跳转 //关联链接跳转
goLinkPage(e) { goLinkPage(e) {
console.log('链接--',e)
if (e.currentTarget.dataset.association == '1') { if (e.currentTarget.dataset.association == '1') {
app.globalData.currentTab = "3" app.globalData.currentTab = "3"
wx.switchTab({ wx.switchTab({

11
pages/topics/index.js

@ -72,9 +72,8 @@ Page({
centerList: [], centerList: [],
activityList: [], activityList: [],
page: 1, page: 1,
next: true next: true,
}) })
if (!this.data.tab) { if (!this.data.tab) {
this.setData({ this.setData({
tab: '1' tab: '1'
@ -116,8 +115,6 @@ Page({
} }
}) })
} }
} }
} else { } else {
console.log('未绑定微信') console.log('未绑定微信')
@ -159,21 +156,22 @@ Page({
} }
}, },
changeTabs: function (e) { changeTabs: function (e) {
console.log('点击tab--',e)
var tab = e.detail.name; var tab = e.detail.name;
this.setData({ this.setData({
page: 1, page: 1,
next: true, next: true,
tab: tab, tab: tab,
active: tab,
topicList: [], topicList: [],
centerList: [], centerList: [],
activityList: [], activityList: [],
}) })
this.getData(tab); this.getData(tab);
}, },
getData: function (tab) { getData: function (tab) {
console.log(tab) console.log('tab--',tab)
switch (tab) { switch (tab) {
case "3": case "3":
return this.fetchCenterList() return this.fetchCenterList()
@ -232,6 +230,7 @@ Page({
//赋能中心 //赋能中心
fetchCenterList() { fetchCenterList() {
// let page = this.data.currPage; // let page = this.data.currPage;
console.log('fetchCenterList赋能中心')
var th = this; var th = this;
var page = th.data.page; var page = th.data.page;
var list = th.data.centerList; var list = th.data.centerList;

4
pages/topics/interactive/topicArticle/index.wxss

@ -165,8 +165,8 @@ image{
} }
.praiseIcon{ .praiseIcon{
margin-left: 5px; margin-left: 5px;
width: 10px; width: 14px;
height: 10px; height: 14px;
} }
.touch-item { .touch-item {

2
pages/topics/reportDemand/index.wxml

@ -34,7 +34,7 @@
<view class="select-view"> <view class="select-view">
<!-- 字体图标 --> <!-- 字体图标 -->
<view class="select-mark"> <view class="select-mark">
<text class="fa fa-navicon fa-lg"></text> <text class="fa fa-laptop fa-lg"></text>
</view> </view>
<view class="select-con"> <view class="select-con">
<text>工作单位</text> <text>工作单位</text>

7
pages/topics/reportDemand/index.wxss

@ -85,15 +85,16 @@
/* margin-bottom: 100px; */ /* margin-bottom: 100px; */
} }
.select-mark{ .select-mark{
width:15px; width:30px;
text-align: center;
} }
.select-picker{ .select-picker{
flex: 1; flex: 1;
margin:0px 20px; margin:0px 10px;
} }
.select-con{ .select-con{
margin-left:20px; margin-left:10px;
flex:1; flex:1;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

1
pages/user/index.js

@ -349,7 +349,6 @@ Page({
if (type === 'myInfo') { if (type === 'myInfo') {
console.log('进入个人信息页面'); console.log('进入个人信息页面');
console.log(this.data.userInfo); console.log(this.data.userInfo);
wx.navigateTo({ wx.navigateTo({
url: `/pages/user/${type}/index?userIcon=${this.data.userInfo.avatarUrl}&userName=${this.data.userInfo.nickName}&userPhone=${this.data.userInfo.phone || ''}&company=${this.data.userInfo.company || ''}&position=${this.data.userInfo.position || ''}&street=${this.data.userInfo.departId || ''}&age=${this.data.userInfo.age || ''}&genderIndex=${this.data.userInfo.gender || ''}&education=${this.data.userInfo.education || ''}&professionalTitle=${this.data.userInfo.title || ''}&talentTitle=${this.data.userInfo.designation || ''}&prize=${this.data.userInfo.honor || ''}`, url: `/pages/user/${type}/index?userIcon=${this.data.userInfo.avatarUrl}&userName=${this.data.userInfo.nickName}&userPhone=${this.data.userInfo.phone || ''}&company=${this.data.userInfo.company || ''}&position=${this.data.userInfo.position || ''}&street=${this.data.userInfo.departId || ''}&age=${this.data.userInfo.age || ''}&genderIndex=${this.data.userInfo.gender || ''}&education=${this.data.userInfo.education || ''}&professionalTitle=${this.data.userInfo.title || ''}&talentTitle=${this.data.userInfo.designation || ''}&prize=${this.data.userInfo.honor || ''}`,
}) })

6
pages/user/index.wxml

@ -26,7 +26,6 @@
<text class="fa fa-angle-right fa-lg" style="margin-left:5px;"></text></van-tag> <text class="fa fa-angle-right fa-lg" style="margin-left:5px;"></text></van-tag>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
@ -34,13 +33,12 @@
<text class="fa fa-angle-right fa-lg" <text class="fa fa-angle-right fa-lg"
style="font-size:26px;margin-left:5px;margin-bottom:1px;color:rgb(178,178,178)"></text> style="font-size:26px;margin-left:5px;margin-bottom:1px;color:rgb(178,178,178)"></text>
</view> </view>
</view> </view>
<!-- wx:if="{{talentsType != 0 && talentsType != 9}}"--> <!-- wx:if="{{talentsType != 0 && talentsType != 9}}"-->
<view class="title-cell" wx:if="{{talentsType}}"> <view class="title-cell" wx:if="{{talentsType}}">
<view class="con"> <view class="con">
<view class="t">人才服务</view> <view class="t">人才服务</view>
<view class="t2" bindtap="service"><text>我的服务</text><text class="fa fa-angle-right fa-lg" <view class="t2" bindtap="service" wx:if="{{talentsType != 0 && talentsType != 9}}"><text>我的服务</text><text class="fa fa-angle-right fa-lg"
style="margin-left:5px;margin-bottom:1px;color:rgb(178,178,178);font-size: 20px;"></text></view> style="margin-left:5px;margin-bottom:1px;color:rgb(178,178,178);font-size: 20px;"></text></view>
</view> </view>
</view> </view>
@ -105,7 +103,7 @@
</swiper> </swiper>
<!--普通人才、企业人才--> <!--普通人才、企业人才-->
<swiper class="nav" indicator-dots="{{true}}" indicator-color="rgb(217,217,217)" <swiper class="nav" indicator-dots="{{false}}" indicator-color="rgb(217,217,217)"
indicator-active-color="rgb(230,208,68)" wx:if="{{talentsType == 0 || talentsType == 9}}"> indicator-active-color="rgb(230,208,68)" wx:if="{{talentsType == 0 || talentsType == 9}}">
<block wx:for="{{servicePublic}}"> <block wx:for="{{servicePublic}}">
<swiper-item> <swiper-item>

15
pages/user/myFavorite/index.wxml

@ -30,7 +30,6 @@
<view class="content"> <view class="content">
<block wx:for="{{list}}" wx:key="{{index}}"> <block wx:for="{{list}}" wx:key="{{index}}">
<block wx:if="{{item.type === '1' || item.type ==='3' || item.type ==='4'}}">
<artice-cell <artice-cell
cId="{{item.topicId}}" cId="{{item.topicId}}"
title="{{item.title}}" title="{{item.title}}"
@ -38,8 +37,16 @@
time="{{item.time}}" time="{{item.time}}"
type="{{item.type}}" type="{{item.type}}"
bind:clickListItem="clickListItem"/> bind:clickListItem="clickListItem"/>
</block> <!-- <block wx:if="{{item.type === '1' || item.type ==='3' || item.type ==='4'}}">
<block wx:else> <artice-cell
cId="{{item.topicId}}"
title="{{item.title}}"
image="{{item.topicImg}}"
time="{{item.time}}"
type="{{item.type}}"
bind:clickListItem="clickListItem"/>
</block> -->
<!-- <block wx:else>
<cell <cell
topicId="{{item.topicId}}" topicId="{{item.topicId}}"
title="{{item.title}}" title="{{item.title}}"
@ -50,7 +57,7 @@
type="{{item.type}}" type="{{item.type}}"
userIcon="{{item.userIcon || '/images/topic/avatar.png'}}" userIcon="{{item.userIcon || '/images/topic/avatar.png'}}"
bind:clickListItem="clickListItem"/> bind:clickListItem="clickListItem"/>
</block> </block> -->
</block> </block>
<e-empty empty="{{list.length <= 0}}" message="暂无内容"/> <e-empty empty="{{list.length <= 0}}" message="暂无内容"/>
</view> </view>

280
pages/user/myInfo/index.js

@ -1,8 +1,16 @@
// pages/user/myInfo/index.js // pages/user/myInfo/index.js
import { store } from '../../../utils/store.js' import {
import { config } from '../../../config.js' store
import { UserModel } from '../../../models/user.js' } from '../../../utils/store.js'
import { TopicModel } from '../../../models/topic.js' import {
config
} from '../../../config.js'
import {
UserModel
} from '../../../models/user.js'
import {
TopicModel
} from '../../../models/topic.js'
let topicModel = new TopicModel() let topicModel = new TopicModel()
let userModel = new UserModel() let userModel = new UserModel()
@ -12,30 +20,30 @@ Page({
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
avatarUrl:String, avatarUrl: String,
nickName: String, nickName: String,
phone: String, phone: String,
company: String, company: String,
position: String, position: String,
streets:[], streets: [],
streetsIndex:0, streetsIndex: 0,
streetsID:String, streetsID: String,
age:String, age: String,
gender:['','男','女'], gender: ['', '男', '女'],
genderIndex:Number, genderIndex: Number,
educationIndex:Number, educationIndex: Number,
education:['','高中','专科','本科','硕士','博士'], education: ['', '高中', '专科', '本科', '硕士', '博士'],
professionalTitle:String, professionalTitle: String,
talentTitle:String, talentTitle: String,
prize:String, prize: String,
show: false, show: false,
tempData:String, tempData: String,
realData:String, realData: String,
temp:String, temp: String,
type:String, type: String,
value:String, value: String,
defaultValue:'请输入', defaultValue: '请输入',
inputConfirm:false inputConfirm: false
}, },
getUserInfo(event) { getUserInfo(event) {
@ -43,219 +51,235 @@ Page({
console.log(event); console.log(event);
}, },
onClose() { onClose() {
this.setData({ close: false }); this.setData({
close: false
});
}, },
vantConfirm(){ vantConfirm() {
this.setData({ this.setData({
realData:this.data.tempData realData: this.data.tempData
}) })
//判断名字长度,限制名字长度10个字之内,姓名不能为空 //判断名字长度,限制名字长度10个字之内,姓名不能为空
if(this.data.type === 'userName'){ if (this.data.type === 'userName') {
console.log("username"); console.log("username");
if(this.data.realData.length > 10){ if (this.data.realData.length > 10) {
wx.showToast({ wx.showToast({
title: '姓名长度应小于10', title: '姓名长度应小于10',
icon: 'none', icon: 'none',
duration: 2000, duration: 2000,
}) })
}else if(this.data.realData.length == 0||this.data.realData.name=="String"){ } else if (this.data.realData.length == 0 || this.data.realData.name == "String") {
wx.showToast({ wx.showToast({
title: '姓名不能为空', title: '姓名不能为空',
icon: 'none', icon: 'none',
duration: 2000, duration: 2000,
}) })
}else{ } else {
console.log("nickName修改了"); console.log("nickName修改了");
this.setData({ this.setData({
nickName:this.data.realData nickName: this.data.realData
}) })
console.log(this.data.nickName); console.log(this.data.nickName);
} }
} }
if(this.data.type === 'userAge'){ if (this.data.type === 'userAge') {
console.log("confirm userAge"); console.log("confirm userAge");
if((this.data.realData.length == 0||this.data.realData.name=="String")&&!this.data.inputConfirm){ if ((this.data.realData.length == 0 || this.data.realData.name == "String") && !this.data.inputConfirm) {
this.setData({ this.setData({
age:this.data.value age: this.data.value
}) })
}else{ } else {
this.setData({ this.setData({
age:this.data.realData age: this.data.realData
}) })
} }
} }
if(this.data.type === 'workUnit'){ if (this.data.type === 'workUnit') {
if((this.data.realData.length == 0||this.data.realData.name=="String")&&!this.data.inputConfirm){ if ((this.data.realData.length == 0 || this.data.realData.name == "String") && !this.data.inputConfirm) {
this.setData({ this.setData({
company:this.data.value company: this.data.value
}) })
}else{ } else {
this.setData({ this.setData({
company:this.data.realData company: this.data.realData
}) })
} }
} }
if(this.data.type === 'position'){ if (this.data.type === 'position') {
if((this.data.realData.length == 0||this.data.realData.name=="String")&&!this.data.inputConfirm){ if ((this.data.realData.length == 0 || this.data.realData.name == "String") && !this.data.inputConfirm) {
this.setData({ this.setData({
position:this.data.value position: this.data.value
}) })
}else{ } else {
this.setData({ this.setData({
position:this.data.realData position: this.data.realData
}) })
} }
} }
if(this.data.type === 'userProfessionalTitle'){ if (this.data.type === 'userProfessionalTitle') {
if((this.data.realData.length == 0||this.data.realData.name=="String")&&!this.data.inputConfirm){ if ((this.data.realData.length == 0 || this.data.realData.name == "String") && !this.data.inputConfirm) {
this.setData({ this.setData({
professionalTitle:this.data.value professionalTitle: this.data.value
}) })
}else{ } else {
this.setData({ this.setData({
professionalTitle:this.data.realData professionalTitle: this.data.realData
}) })
} }
} }
if(this.data.type === 'userTalentTitle'){ if (this.data.type === 'userTalentTitle') {
if((this.data.realData.length == 0||this.data.realData.name=="String")&&!this.data.inputConfirm){ if ((this.data.realData.length == 0 || this.data.realData.name == "String") && !this.data.inputConfirm) {
this.setData({ this.setData({
talentTitle:this.data.value talentTitle: this.data.value
}) })
}else{ } else {
this.setData({ this.setData({
talentTitle:this.data.realData talentTitle: this.data.realData
}) })
} }
} }
if(this.data.type === 'userPrize'){ if (this.data.type === 'userPrize') {
if((this.data.realData.length == 0||this.data.realData.name=="String")&&!this.data.inputConfirm){ if ((this.data.realData.length == 0 || this.data.realData.name == "String") && !this.data.inputConfirm) {
this.setData({ this.setData({
prize:this.data.value prize: this.data.value
}) })
}else{ } else {
this.setData({ this.setData({
prize:this.data.realData prize: this.data.realData
}) })
} }
} }
this.setData({ this.setData({
value:'', value: '',
realData:'', realData: '',
tempData:'', tempData: '',
defaultValue:'请输入', defaultValue: '请输入',
inputConfirm:false inputConfirm: false
}) })
}, },
tempData: function(e){ tempData: function (e) {
this.setData({ this.setData({
tempData:e.detail.value, tempData: e.detail.value,
inputConfirm:true inputConfirm: true
}) })
console.log('temp'); console.log('temp');
console.log(this.data.tempData) console.log(this.data.tempData)
}, },
onLoad: function (options) { onLoad: function (options) {
console.log(options)
this.setData({ this.setData({
avatarUrl: options.userIcon, avatarUrl: options.userIcon,
nickName: options.userName, nickName: options.userName,
phone: options.userPhone || '', phone: options.userPhone || '',
company: options.company || '', company: options.company || '',
position: options.position || '', position: options.position || '',
streetsID:options.street || '',//得到streetsID的值 streetsID: options.street || '', //得到streetsID的值
age:options.age || '', age: options.age || '',
genderIndex:options.genderIndex || '', genderIndex: options.genderIndex || '',
educationIndex:options.education || '', educationIndex: options.education || '',
professionalTitle:options.professionalTitle || '', professionalTitle: options.professionalTitle || '',
talentTitle:options.talentTitle || '', talentTitle: this.getTalentTitle(options.talentTitle) || '',
prize:options.prize || '', prize: options.prize || '',
}) })
topicModel.getStreetList(res=>{ topicModel.getStreetList(res => {
var resultss = res.result var resultss = res.result
var streett = [] var streett = []
resultss.forEach((value,index)=>{ resultss.forEach((value, index) => {
streett[index] = value.departName streett[index] = value.departName
}) })
streett.unshift('') streett.unshift('')
this.setData({ this.setData({
streets: streett//得到street列表 streets: streett //得到street列表
})
resultss.forEach((value, index) => {
if (value.id == this.data.streetsID) {
return this.setData({
streetsIndex: index + 1
}) })
resultss.forEach((value,index)=>{
if(value.id == this.data.streetsID){
return this.setData({streetsIndex: index+1})
} }
}) })
}) })
}, },
getTalentTitle(item) {
switch (item) {
case '0':
return '普通人才';
case '1':
return '高层次人才'
case '2':
return '企业人才'
}
},
onTapItem(e) { onTapItem(e) {
const { type } = e.currentTarget.dataset const {
type
} = e.currentTarget.dataset
console.log('onTapItem'); console.log('onTapItem');
console.log(type); console.log(type);
console.log(e); console.log(e);
this.setData({ this.setData({
type:type type: type
}) })
if(type === 'userIcon'){ if (type === 'userIcon') {
this.upload() this.upload()
return return
}else{ } else {
this.setData({ this.setData({
show:true show: true
}) })
//姓名 //姓名
if(type =='userName'&&this.data.nickName!=''){ if (type == 'userName' && this.data.nickName != '') {
this.setData({ this.setData({
value:this.data.nickName value: this.data.nickName
}) })
} }
//年龄 //年龄
if(type =='userAge'&&this.data.age!=''){ if (type == 'userAge' && this.data.age != '') {
this.setData({ this.setData({
value:this.data.age value: this.data.age
}) })
} }
//工作单位 //工作单位
if(type =='workUnit'&&this.data.company!=''){ if (type == 'workUnit' && this.data.company != '') {
this.setData({ this.setData({
value:this.data.company value: this.data.company
}) })
} }
//职务 //职务
if(type =='position'&&this.data.position!=''){ if (type == 'position' && this.data.position != '') {
this.setData({ this.setData({
value:this.data.position value: this.data.position
}) })
} }
//职称 //职称
if(type =='userProfessionalTitle'&&this.data.professionalTitle!=''){ if (type == 'userProfessionalTitle' && this.data.professionalTitle != '') {
this.setData({ this.setData({
value:this.data.professionalTitle value: this.data.professionalTitle
}) })
} }
//人才称号 //人才称号
if(type =='userTalentTitle'&&this.data.talentTitle!=''){ if (type == 'userTalentTitle' && this.data.talentTitle != '') {
this.setData({ this.setData({
value:this.data.talentTitle value: this.data.talentTitle
}) })
} }
//荣誉 //荣誉
if(type =='userPrize'&&this.data.prize!=''){ if (type == 'userPrize' && this.data.prize != '') {
this.setData({ this.setData({
value:this.data.prize value: this.data.prize
}) })
} }
return return
} }
this.setData({ this.setData({
defaultValue:'请输入修改后的内容' defaultValue: '请输入修改后的内容'
}) })
}, },
upload(){ upload() {
let that = this let that = this
wx.chooseImage({ wx.chooseImage({
success(res) { success(res) {
@ -279,7 +303,7 @@ Page({
} }
that.setData({ that.setData({
avatarUrl: image.url avatarUrl: image.url
},()=>{ }, () => {
wx.hideLoading() wx.hideLoading()
}) })
} }
@ -307,52 +331,52 @@ Page({
// position: e.detail.value // position: e.detail.value
// }) // })
// }, // },
bindGenderChange: function(e) { bindGenderChange: function (e) {
this.setData({ this.setData({
genderIndex:e.detail.value genderIndex: e.detail.value
}) })
}, },
bindEducationChange:function(e){ bindEducationChange: function (e) {
this.setData({ this.setData({
educationIndex:e.detail.value educationIndex: e.detail.value
}) })
}, },
bindstreetChange:function(e){ bindstreetChange: function (e) {
// console.log("bindstreetChange"); // console.log("bindstreetChange");
// console.log(e.detail.value); // console.log(e.detail.value);
var i = e.detail.value-1 var i = e.detail.value - 1
topicModel.getStreetList(res=>{ topicModel.getStreetList(res => {
this.setData({ this.setData({
streetsIndex:e.detail.value, streetsIndex: e.detail.value,
streetsID:res.result[i].id streetsID: res.result[i].id
}) })
}) })
}, },
onTapPhone:function(){ onTapPhone: function () {
wx.navigateTo({ wx.navigateTo({
url:'../myInfo/register/index' url: '../myInfo/register/index'
}) })
}, },
submit(){ submit() {
console.log("submit"); console.log("submit");
// console.log(this.data.nickName.length); // console.log(this.data.nickName.length);
// console.log(this.data.nickName); // console.log(this.data.nickName);
// console.log(this.data); // console.log(this.data);
userModel.updateUserInfo(this.data, res => { userModel.updateUserInfo(this.data, res => {
if(res.code === 200){ if (res.code === 200) {
store.saveUserInfo({ store.saveUserInfo({
nickName: this.data.nickName, nickName: this.data.nickName,
avatarUrl: this.data.avatarUrl, avatarUrl: this.data.avatarUrl,
phone: this.data.phone || '', phone: this.data.phone || '',
departId:this.data.streetsID, departId: this.data.streetsID,
age:this.data.age, age: this.data.age,
gender:this.data.genderIndex, gender: this.data.genderIndex,
company:this.data.company, company: this.data.company,
position:this.data.position, position: this.data.position,
education:this.data.educationIndex, education: this.data.educationIndex,
title:this.data.professionalTitle, title: this.data.professionalTitle,
designation:this.data.talentTitle, designation: this.data.talentTitle,
honor:this.data.prize honor: this.data.prize
}) })
wx.showToast({ wx.showToast({
title: '修改成功', title: '修改成功',

10
pages/user/myInfo/index.wxml

@ -110,13 +110,15 @@
<!-- <view slot="footer" class="msg_footer" >{{phone}}</view> --> <!-- <view slot="footer" class="msg_footer" >{{phone}}</view> -->
<input slot="footer" class="footer_input_phone" maxlength="45" value="{{professionalTitle}}" disabled placeholder="请输入" style="text-align:right;"></input> <input slot="footer" class="footer_input_phone" maxlength="45" value="{{professionalTitle}}" disabled placeholder="请输入" style="text-align:right;"></input>
</mp-cell> </mp-cell>
<mp-cell link="true" <mp-cell title="人才称号" data-type="userTalentTitle" ext-class="cell-item">
<input slot="footer" style="text-align:right;" class="footer_input_phone" maxlength="45" value="{{talentTitle}}" disabled placeholder="请输入" disabled></input>
</mp-cell>
<!-- <mp-cell link="true"
bindtap="onTapItem" data-type="userTalentTitle" bindtap="onTapItem" data-type="userTalentTitle"
title="人才称号" title="人才称号"
ext-class="cell-item"> ext-class="cell-item">
<!-- <view slot="footer" class="msg_footer" >{{phone}}</view> --> <input slot="footer" style="text-align:right;" class="footer_input_phone" maxlength="45" value="{{talentTitle}}" placeholder="请输入" disabled></input>
<input slot="footer" style="text-align:right;" class="footer_input_phone" maxlength="45" value="{{talentTitle}}" disabled placeholder="请输入"></input> </mp-cell> -->
</mp-cell>
<mp-cell link="true" <mp-cell link="true"
bindtap="onTapItem" data-type="userPrize" bindtap="onTapItem" data-type="userPrize"
title="获得奖项(荣誉)" title="获得奖项(荣誉)"

6
project.config.json

@ -22,9 +22,9 @@
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false, "compileHotReLoad": false,
"lazyloadPlaceholderEnable": false, "lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true, "useMultiFrameRuntime": false,
"useApiHook": true, "useApiHook": false,
"useApiHostProcess": true, "useApiHostProcess": false,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],

Loading…
Cancel
Save