Pārlūkot izejas kodu

提示前往网页版门墩儿商城

Xiao_123 7 mēneši atpakaļ
vecāks
revīzija
cc00e08abf
2 mainītis faili ar 11 papildinājumiem un 11 dzēšanām
  1. 7 4
      pages/index/my.vue
  2. 4 7
      pagesA/chart/index.vue

+ 7 - 4
pages/index/my.vue

@@ -84,11 +84,14 @@ const list = [
 // 列表跳转
 const handleToLink = (item) => {
 	if (item.appId) {
-		uni.navigateToMiniProgram({
-			appId: item.appId,
-			// extraData: {} // 要传递的数据
+		// uni.navigateToMiniProgram({
+		// 	appId: item.appId,
+		// })
+		// return
+		uni.showToast({
+			title: '请前往网页版门墩儿商城',
+			icon: 'none'
 		})
-		return
 	}
 	if (item.key === 'recruit') {
 		uni.showToast({

+ 4 - 7
pagesA/chart/index.vue

@@ -150,13 +150,10 @@
         <uni-tag :text="isSendResume ? '简历已投递' : '发送简历'" :disabled="isSendResume" type="success" @tap="handleFindResume"/>
       </view>
       
-      <uni-easyinput
+      <textarea
         v-model="inputValue"
-        type="text"
-        class="ss-m-b-60"
-        trim
-        confirmType="send"
-        placeholder="请输入内容"
+        confirm-type="send"
+        auto-height
         @confirm="handleSend"
       />
     </view>
@@ -237,7 +234,7 @@ const pageSize = ref(1)
 const interview = ref([])
 // 求职端-获取求职者与当前邀请人的面试记录
 const statusList = ref([])
-const inputValue = ref('当用户打开小程序时,微信服务器将向开发者服务器(上面配置的数据下载地址)发起一个 HTTP GET 请求,其中包含的 query 参数如下,数据获取到后会将整个 HTTP body 缓存到本地。')
+const inputValue = ref('')
 
 const isAgree = ref(false)
 const confirm = ref()