zsk 2 years ago
parent fdbfb340ac
commit 86926a5b7f

@ -1364,4 +1364,15 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage1: function () {},
toJobAndAgencySelect (e) {
console.log(e);
var that = this;
console.log(this.data.userInfo);
this.setStorage().then(() => {
console.log("--------", "isIntonavigation");
wx.navigateTo({
url: `../../recordChoice/index?type=${e.currentTarget.dataset.type}&applyType=${that.data.pageFrom}`,
});
});
},
});

@ -193,12 +193,12 @@
<view class hover-class="none" hover-stop-propagation="false" style="text-align:right;color:#333" bindtap="toJobAndAgencySelect" data-type="job">
<view class hover-class="none" hover-stop-propagation="false" wx:if="{{jobName}}">
{{jobName}}
<i class="iconfont icon-gengduo1 f16 ml4 dib pr c9" style="line-height:1;"></i>
<!-- <i class="iconfont icon-gengduo1 f16 ml4 dib pr c9" style="line-height:1;"></i> -->
</view>
<view class hover-class="none" hover-stop-propagation="false" style="text-align:right;color:#ccc" wx:else>
<!-- <view class hover-class="none" hover-stop-propagation="false" style="text-align:right;color:#ccc" wx:else>
请选择岗位
<i class="iconfont icon-gengduo1 f16 ml4 dib pr c9" style="line-height:1;"></i>
</view>
</view> -->
</view>
</view>
</view>

Loading…
Cancel
Save