修改了appid
This commit is contained in:
		
							
								
								
									
										7
									
								
								app.json
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								app.json
									
									
									
									
									
								
							| @@ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|   "pages": [ |   "pages": [ | ||||||
|  |     "pages/recharge/index", | ||||||
|  |     "pages/rechargeRecord/index", | ||||||
|  |     "pages/my/index", | ||||||
|     "pages/login/index", |     "pages/login/index", | ||||||
|     "pages/questions/index", |     "pages/questions/index", | ||||||
|     "pages/meterList/index", |     "pages/meterList/index", | ||||||
|     "pages/rechargeRecord/index", |  | ||||||
|     "pages/my/index", |  | ||||||
|     "pages/home/index", |     "pages/home/index", | ||||||
|     "pages/recharge/index", |  | ||||||
|     "pages/index/index" |     "pages/index/index" | ||||||
|   ], |   ], | ||||||
|   "tabBar": { |   "tabBar": { | ||||||
| @@ -29,7 +29,6 @@ | |||||||
|   "componentFramework": "glass-easel", |   "componentFramework": "glass-easel", | ||||||
|   "sitemapLocation": "sitemap.json", |   "sitemapLocation": "sitemap.json", | ||||||
|   "lazyCodeLoading": "requiredComponents", |   "lazyCodeLoading": "requiredComponents", | ||||||
|   "renderer": "skyline", |  | ||||||
|   "rendererOptions": { |   "rendererOptions": { | ||||||
|     "skyline": { |     "skyline": { | ||||||
|       "defaultContentBox": true, |       "defaultContentBox": true, | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								app.wxss
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								app.wxss
									
									
									
									
									
								
							| @@ -1,4 +1,7 @@ | |||||||
| /**app.wxss**/ | /**app.wxss**/ | ||||||
|  | page { | ||||||
|  |   font-size: 12rpx; | ||||||
|  | } | ||||||
| .wrapper { | .wrapper { | ||||||
|   padding: 0 24rpx; |   padding: 0 24rpx; | ||||||
|   box-sizing: border-box; |   box-sizing: border-box; | ||||||
|   | |||||||
| @@ -1,7 +1,26 @@ | |||||||
| <!--pages/recharge/index.wxml--> | <!--pages/recharge/index.wxml--> | ||||||
| <navigator title="充值" /> | <navigator title="充值" /> | ||||||
| <view class="wrapper"> | <view class="wrapper"> | ||||||
|   <view class="chooseMeter"> | <!-- 账单周期 T13561356146548465815313 创新风华 --> | ||||||
|  | <view style="display: flex;align-items: center;font-size: 24rpx;"> | ||||||
|  |   <view style="margin-right: 20rpx;"> | ||||||
|  |     <view> 电费账单 </view> | ||||||
|  |     <view> 2024年02月 </view> | ||||||
|  |   </view> | ||||||
|  |   <view style="flex: 1;display: flex;"> | ||||||
|  |     <view style="margin-right: 20rpx;">  | ||||||
|  |       <view>商户编号</view> | ||||||
|  |     <view> T00062102047096834 </view> </view> | ||||||
|  |     <view> | ||||||
|  |       <view> | ||||||
|  |       商户名称 | ||||||
|  |       </view> | ||||||
|  |       <view> | ||||||
|  |       创新风华</view> | ||||||
|  |     </view> | ||||||
|  |   </view> | ||||||
|  | </view> | ||||||
|  |   <!-- <view class="chooseMeter"> | ||||||
|     充值表号 |     充值表号 | ||||||
|     <view class="selectMeter"> |     <view class="selectMeter"> | ||||||
|       <picker bindchange="onChangeCode" value="{{index}}" range="{{codes}}"> |       <picker bindchange="onChangeCode" value="{{index}}" range="{{codes}}"> | ||||||
| @@ -19,5 +38,5 @@ | |||||||
|     <view class="customInput border radius12" wx:if="{{customFlag}}" > <input type="number" focus placeholder="请输入要充值的金额"	bindinput="onChangeCustomMoney"/> </view> |     <view class="customInput border radius12" wx:if="{{customFlag}}" > <input type="number" focus placeholder="请输入要充值的金额"	bindinput="onChangeCustomMoney"/> </view> | ||||||
|   <view class="operate"> |   <view class="operate"> | ||||||
|     <button type="primary" bind:tap="recharge" disabled="{{!code || !money}}"> 充值 </button> |     <button type="primary" bind:tap="recharge" disabled="{{!code || !money}}"> 充值 </button> | ||||||
|   </view> |   </view> --> | ||||||
| </view> | </view> | ||||||
| @@ -27,5 +27,5 @@ | |||||||
|     "tabIndent": "auto", |     "tabIndent": "auto", | ||||||
|     "tabSize": 2 |     "tabSize": 2 | ||||||
|   }, |   }, | ||||||
|   "appid": "wxe8680fb2a359e5db" |   "appid": "wxb34b4e70f8a5c6f1" | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user