From 07a5c3e774f2a23ad2160fe22df00527abee6a3d Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Fri, 15 Apr 2022 11:44:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E6=B6=A7=E6=BA=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
project/shuangjianxi/.gitignore | 24 +++
project/shuangjianxi/apps.import.json | 21 +++
project/shuangjianxi/package.json | 9 +
src/mods/AppCreditPoints/supermarketList.vue | 170 +++++++++++++++++++
4 files changed, 224 insertions(+)
create mode 100644 project/shuangjianxi/.gitignore
create mode 100644 project/shuangjianxi/apps.import.json
create mode 100644 project/shuangjianxi/package.json
create mode 100644 src/mods/AppCreditPoints/supermarketList.vue
diff --git a/project/shuangjianxi/.gitignore b/project/shuangjianxi/.gitignore
new file mode 100644
index 0000000..a95154a
--- /dev/null
+++ b/project/shuangjianxi/.gitignore
@@ -0,0 +1,24 @@
+.DS_Store
+node_modules/
+unpackage/
+dist/
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.project
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw*
+apps/
diff --git a/project/shuangjianxi/apps.import.json b/project/shuangjianxi/apps.import.json
new file mode 100644
index 0000000..aa2c204
--- /dev/null
+++ b/project/shuangjianxi/apps.import.json
@@ -0,0 +1,21 @@
+{
+ "AppAddressBook": "便民通讯录",
+ "AppContent": "内容发布",
+ "AppPhotoReport": "随手拍",
+ "AppServiceOnlineNew": "网上办事",
+ "AppReturnHomeRegister": "返乡登记",
+ "AppHealthReport": "健康上报",
+ "AppProgressNew": "办事指南",
+ "AppMyPlan": "办事进度",
+ "AppIntegralApply": "积分申请",
+ "AppCreditPoints": "信用积分",
+ "AppSupermarket": "积分超市",
+ "AppVillageInfo": "一村一群",
+ "AppVillageActivity": "居民活动",
+ "AppVideoSurve": "视频监控",
+ "AppAuth": "实名认证",
+ "AppOnlineAnswer": "在线答题",
+ "AppPartyHistoryEducation": "党史教育",
+ "AppOrderList": "超市订单",
+ "AppThreeSessions": "三会一课"
+}
diff --git a/project/shuangjianxi/package.json b/project/shuangjianxi/package.json
new file mode 100644
index 0000000..4daee26
--- /dev/null
+++ b/project/shuangjianxi/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "@dvcp-wechat-apps/shuangjianxi",
+ "version": "1.0.0",
+ "files": [
+ "apps"
+ ],
+ "dependencies": {
+ }
+}
diff --git a/src/mods/AppCreditPoints/supermarketList.vue b/src/mods/AppCreditPoints/supermarketList.vue
new file mode 100644
index 0000000..3398376
--- /dev/null
+++ b/src/mods/AppCreditPoints/supermarketList.vue
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
![]()
+
+
+
{{ item.shopName }}
+
{{ item.areaName }}
+
{{ item.shopAddress }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file