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

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