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 @@ + + + + + \ No newline at end of file