瀏覽代碼

2024-4-29

cmy 10 月之前
父節點
當前提交
9f3a897ec3
共有 3 個文件被更改,包括 8 次插入5 次删除
  1. 2 2
      manifest.json
  2. 6 3
      pages/index/index.vue
  3. 二進制
      static/image/shareImage.jpg

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "STAR",
     "appid" : "__UNI__0A11003",
     "description" : "",
-    "versionName" : "1.1.2",
-    "versionCode" : 112,
+    "versionName" : "1.1.3",
+    "versionCode" : 113,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */

+ 6 - 3
pages/index/index.vue

@@ -101,7 +101,7 @@
 				<view class="advantageName">极速</view>
 			</view>
 		</view>
-		<uni-popup
+		<!-- <uni-popup
 			ref="popupkf"
 			type="center">
 			<view class="popup-box">
@@ -132,7 +132,7 @@
 					</view>
 				</view>
 			</view>
-		</uni-popup>
+		</uni-popup> -->
 	</view>
 </template>
 <script>
@@ -243,7 +243,10 @@
 			},
 			// 打开客服
 			openKf() {
-				this.$refs.popupkf.open();
+				// this.$refs.popupkf.open();
+				uni.previewImage({
+					urls:['/static/image/shareImage.jpg']
+				})
 			},
 			// 关闭客服
 			cancel() {

二進制
static/image/shareImage.jpg