You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.6 KiB
JavaScript

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// pages/addCircle/index.js
Page({
/**
* 页面的初始数据
*/
data: {
files:[{id:1,url:'https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png'},{id:1,url:'https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png'},{id:1,url:'https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png'}],
value:`男18-54周岁不要求文化不查纹身黑户案底
&#10084员工20元/时,(不满月18元/时)不满7天无工资每月25号发工资
&#10084免费工作餐白班满12小时包两餐计11小时夜班12小时包一餐计11.5小时包住宿水电费自理住宿4人间独立卫生间、空调、热水一应俱全。
厂内外都有住宿厂外住宿步行10分钟
&#127752汽车配件厂做车窗、车门(冲压工、悬挂焊工、数控操作工)
&#127752两班倒早8:00-晚20:00
&#10084备注`
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
}
})