Mike 7 년 전
부모
커밋
598d3f2c8c
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      miaomiao/www/js/controllers/home.js
  2. 1 1
      miaomiao/www/js/controllers/my.js
  3. 2 2
      瞄喵-Info.plist

+ 1 - 1
miaomiao/www/js/controllers/home.js

xqd
@@ -862,7 +862,7 @@
             $scope.rechagemodal.show();
             $scope.vm.money = '';
             if($scope.ios.isIOS){
-                var productIds = ['apple10000','apple10002','apple10003','apple10004']; // <- Add your product Ids here
+                var productIds = ['apple1001','apple1002','apple1003','apple1004']; // <- Add your product Ids here
                 msg.loading();
                 inAppPurchase.getProducts(productIds).then(function (products) {
                     msg.hide();

+ 1 - 1
miaomiao/www/js/controllers/my.js

xqd
@@ -431,7 +431,7 @@
                 }
             })
             if($scope.ios.isIOS){
-                var productIds = ['apple10000','apple10002','apple10003','apple10004']; // <- Add your product Ids here
+                var productIds = ['apple1001','apple1002','apple1003','apple1004']; // <- Add your product Ids here
                 msg.loading();
                 inAppPurchase
                   .getProducts(productIds)

+ 2 - 2
瞄喵-Info.plist

xqd xqd
@@ -56,7 +56,7 @@
 	<key>NSCalendarsUsageDescription</key>
 	<string>App需要您的同意,才能访问日历</string>
 	<key>NSCameraUsageDescription</key>
-	<string>需要通过扫描二维码实现扫一扫,您是否允许打开相机?</string>
+	<string>我们需要使用的相机功能进行拍摄视频,您是否允许打开相机?</string>
 	<key>NSHealthShareUsageDescription</key>
 	<string>App需要您的同意,才能访问健康分享</string>
 	<key>NSHealthUpdateUsageDescription</key>
@@ -72,7 +72,7 @@
 	<key>NSMainNibFile~ipad</key>
 	<string></string>
 	<key>NSMicrophoneUsageDescription</key>
-	<string>是否允许此App使用你的麦克风?</string>
+	<string>我们需要使用的麦克风功能进行录音,您是否允许打开麦克风??</string>
 	<key>NSMotionUsageDescription</key>
 	<string>App需要您的同意,才能访问运动与健身</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>