Просмотр исходного кода

Merge branch 'master' of http://git.liuniu946.com/cmy/newmyj

cmy 1 год назад
Родитель
Сommit
7272cd8834
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      pages/user/model/model.vue

+ 3 - 3
pages/user/model/model.vue

@@ -216,7 +216,7 @@
 			let item = currentPage.options; //如果要获取url中所带的参数可以查看options
 			let shareObj = {}
 			shareObj = {
-				title: '母婴界', // 默认是小程序的名称(可以写slogan等)
+				title: this.cardInfo.name + '分享您一份名片', // 默认是小程序的名称(可以写slogan等)
 				path: url + '?uid=' + this.userInfo.uid + '&mtype=' + this.mtype, // 默认是当前页面,必须是以‘/’开头的完整路径
 				imageUrl: '',
 				success: function(res) {
@@ -816,7 +816,7 @@
 
 		view {
 			background: #f65486;
-			border-radius: 5rpx;
+			// border-radius: 5rpx;
 			font-size: 30rpx;
 			font-weight: 500;
 			color: #FFFFFF;
@@ -829,7 +829,7 @@
 		position: fixed;
 		width: 750rpx;
 		bottom: 0;
-		border-radius: 5rpx;
+		// border-radius: 5rpx;
 		font-size: 32rpx;
 		font-weight: 500;
 		text-align: center;