张跃文 hace 4 años
padre
commit
73b3943046
Se han modificado 2 ficheros con 1 adiciones y 20 borrados
  1. 1 2
      unimall-app/pages.json
  2. 0 18
      unimall-app/pages/buy/transaction.nvue

+ 1 - 2
unimall-app/pages.json

@@ -1,7 +1,6 @@
 {
 {
 		"easycom": {
 		"easycom": {
-	        "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue",
-            "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
+	        "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
 	    },
 	    },
 		"lazyCodeLoading": "requiredComponents",
 		"lazyCodeLoading": "requiredComponents",
 		"tabBar": {
 		"tabBar": {

+ 0 - 18
unimall-app/pages/buy/transaction.nvue

@@ -1,18 +0,0 @@
-<template>
-	<div>
-		<uni-badge text="1"></uni-badge>
-		<uni-badge text="2" type="success" @click="bindClick"></uni-badge>
-		<uni-badge text="3" type="primary" :inverted="true"></uni-badge>
-	</div>
-</template>
-
-<script>
-	import {uniBadge} from '@dcloudio/uni-ui'
-	export default {
-		components: {uniBadge}
-	}
-</script>
-
-<style>
-
-</style>