瀏覽代碼

底部操作按钮圆角边框

Xiao_123 1 月之前
父節點
當前提交
33597c3333
共有 4 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      pages.json
  2. 1 1
      pages/index/my.vue
  3. 2 2
      pagesA/resume/index.vue
  4. 1 1
      pagesB/inviteRecord/index.vue

+ 1 - 1
pages.json

@@ -275,7 +275,7 @@
 				{
 					"path": "inviteRecord/index",
 					"style": {
-						"navigationBarTitleText": "新用户邀请记录"
+						"navigationBarTitleText": "我的分享码"
 					}
 				},
 				{

+ 1 - 1
pages/index/my.vue

@@ -109,7 +109,7 @@ const defaultList = [
 	{ title: '面试管理', path: '/pagesA/interview/index', src: 'https://minio.menduner.com/dev/747122b480d8358096e5848d0039cce0c8b8cf2a52f0409d073cc733cf4c0224.png' },
 	{	title: '会员套餐', path: '/pagesA/vipPackage/index', src: 'https://minio.menduner.com/dev/4e9f86f6a48b78c1aca7a6a6b3c5971044275a7f890f73d7c3b981f125378a0f.png'	},		
 	// {	title: '我的分享码',	path: '/pagesB/sharePoster/index', src: 'https://minio.menduner.com/dev/32e78eca5e003bb0136d874a973b582581eb4f9d3c746fb11ed3cc7f41a9b0e9.png'	},					
-	{	title: '新用户邀请记录',	path: '/pagesB/inviteRecord/index', src: 'https://minio.menduner.com/dev/53c36e2fb4cb3b7852bcb9ce7584d9f4c1daaed034a065c33fdb4acd2f4b89b8.png'	},
+	{	title: '我的分享码',	path: '/pagesB/inviteRecord/index', src: 'https://minio.menduner.com/dev/32e78eca5e003bb0136d874a973b582581eb4f9d3c746fb11ed3cc7f41a9b0e9.png'	},
 	{ title: '门墩儿商城', appId: 'wx6decdf12f9e7a061', src: 'https://minio.menduner.com/dev/1f83900522317f36618b4b8314c2b6263c30d43ff1c0e8738903f85996f165d3.png' },
 	{ title: '我要招聘', key: 'recruit', src:'https://minio.menduner.com/dev/c8e7d358858eaf9bfe197473751d04d1bc79598b9ce6ecf882ec61c79b0d3bae.png' },
 	{ title: '联系我们', path: '/pagesB/contactUs/index', src: 'https://minio.menduner.com/dev/747122b480d8358096e5848d0039cce0c8b8cf2a52f0409d073cc733cf4c0224.png' },

+ 2 - 2
pagesA/resume/index.vue

@@ -21,8 +21,8 @@
 			<image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
 		</view>
     <view class="bottom-sticky flex-column">
-      <button v-if="props.resumeAnalysis" class="recomm-button" style="margin-bottom: 0;" :loading="analysisLoading" @click="handleResumeAnalysis">开始解析</button>
-      <button class="recomm-button MiSans-Medium" style="margin-bottom: 0;" @click="handleUpload">微信聊天文件上传</button>
+      <button v-if="props.resumeAnalysis" class="recomm-button" style="margin-bottom: 0; border-radius: 25px;" :loading="analysisLoading" @click="handleResumeAnalysis">开始解析</button>
+      <button class="recomm-button MiSans-Medium" style="margin-bottom: 0; border-radius: 25px;" @click="handleUpload">微信聊天文件上传</button>
       <view class="color-primary font-size-14 ss-m-b-25 ss-m-t-10 MiSans-Normal" style="text-align: center;">上传文件大小不能超过20MB</view>
     </view>
 

+ 1 - 1
pagesB/inviteRecord/index.vue

@@ -30,7 +30,7 @@
       </view>
     </scroll-view>
     <view class="bottom-sticky flex-column ss-p-b-30">
-      <button class="recomm-button MiSans-Medium" style="margin-bottom: 0;" @click="toShare">我的分享码</button>
+      <button class="recomm-button MiSans-Medium" style="margin-bottom: 0; border-radius: 25px;" @click="toShare">生成分享码</button>
     </view>
   </layout-page>
 </template>