Browse Source

静态页面

1002884655 4 years ago
parent
commit
f1c06845a0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/person/index.js

+ 2
- 2
src/pages/person/index.js View File

412
             ))
412
             ))
413
           }
413
           }
414
         </View>
414
         </View>
415
-        <View style="text-align:center;color:#ccc;line-height:1.5;font-size:22rpx;padding:20rpx 0 4rpx 0 ">
415
+        {/* <View style="text-align:center;color:#ccc;line-height:1.5;font-size:22rpx;padding:20rpx 0 4rpx 0 ">
416
           <View style="font-size:26rpx;color:#999;"> {version}</View>
416
           <View style="font-size:26rpx;color:#999;"> {version}</View>
417
           <View > 南京云致提供技术支持 </View>
417
           <View > 南京云致提供技术支持 </View>
418
           <View >{name}提供运营方案 </View>
418
           <View >{name}提供运营方案 </View>
419
-        </View>
419
+        </View> */}
420
       </View>
420
       </View>
421
     );
421
     );
422
   }
422
   }