debug: 修改职位介绍文案

This commit is contained in:
hackrobot
2024-03-24 19:04:41 +08:00
parent 0ef1698a22
commit 1f861dc3c5
2 changed files with 14 additions and 23 deletions

View File

@@ -55,29 +55,20 @@ const KeywordJoin = () => {
useEffect(() => { // useEffect(() => {
// 更新分享-minipro // // 更新分享-minipro
Taro.updateShareMenu({ // Taro.updateShareMenu({
withShareTicket: true, // withShareTicket: true,
success() {}, // success() {},
}); // });
// 显示分享按钮-minipro // // 显示分享按钮-minipro
Taro.showShareMenu({ // Taro.showShareMenu({
withShareTicket: true, // withShareTicket: true,
// showShareItems:true, // // showShareItems:true,
}); // });
// 打开分享图片弹窗,可以将图片发送给朋友、收藏或下载 // }, []);
// Taro.downloadFile({
// url: "https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg",
// success: (res) => {
// Taro.showShareImageMenu({
// path: res.tempFilePath,
// });
// },
// });
}, []);
return ( return (
<View className="KeywordJoin"> <View className="KeywordJoin">

View File

@@ -51,7 +51,7 @@ const RemoteJob = () => {
<View>1. 设计师</View> <View>1. 设计师</View>
<View>2. 开发工程师</View> <View>2. 开发工程师</View>
<View>3. 社交媒体营销</View> <View>3. 社交媒体营销</View>
<View>3. 电商运营</View></View> <View>4. 电商运营</View></View>
</View> </View>
); );